From acd8a61bd8fe276677cf104bea43fa8f8d39d2a3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 10 Mar 2014 19:05:25 +0000 Subject: [PATCH] Do run TextStreamTestCase::TestULongLong() test case. We ran TestLongLong test case twice because of an accidental typo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/streams/textstreamtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/streams/textstreamtest.cpp b/tests/streams/textstreamtest.cpp index ed73497002..2f33ae6640 100644 --- a/tests/streams/textstreamtest.cpp +++ b/tests/streams/textstreamtest.cpp @@ -47,7 +47,7 @@ private: #if wxUSE_LONGLONG CPPUNIT_TEST( TestLongLong ); - CPPUNIT_TEST( TestLongLong ); + CPPUNIT_TEST( TestULongLong ); #endif // wxUSE_LONGLONG #if wxUSE_UNICODE