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:
		@@ -47,7 +47,7 @@ private:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#if wxUSE_LONGLONG
 | 
					#if wxUSE_LONGLONG
 | 
				
			||||||
        CPPUNIT_TEST( TestLongLong );
 | 
					        CPPUNIT_TEST( TestLongLong );
 | 
				
			||||||
        CPPUNIT_TEST( TestLongLong );
 | 
					        CPPUNIT_TEST( TestULongLong );
 | 
				
			||||||
#endif // wxUSE_LONGLONG
 | 
					#endif // wxUSE_LONGLONG
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if wxUSE_UNICODE
 | 
					#if wxUSE_UNICODE
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user