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
This commit is contained in:
Vadim Zeitlin 2014-03-10 19:05:25 +00:00
parent cd3fc53163
commit acd8a61bd8

View File

@ -47,7 +47,7 @@ private:
#if wxUSE_LONGLONG
CPPUNIT_TEST( TestLongLong );
CPPUNIT_TEST( TestLongLong );
CPPUNIT_TEST( TestULongLong );
#endif // wxUSE_LONGLONG
#if wxUSE_UNICODE