always declare TestStrip(), it is now available even without 2.8 compatibility
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -120,9 +120,7 @@ private:
|
||||
CPPUNIT_TEST( TestComparison );
|
||||
CPPUNIT_TEST( TestSplit );
|
||||
CPPUNIT_TEST( TestSetPath );
|
||||
#if WXWIN_COMPATIBILITY_2_8
|
||||
CPPUNIT_TEST( TestStrip );
|
||||
#endif
|
||||
CPPUNIT_TEST( TestNormalize );
|
||||
CPPUNIT_TEST( TestReplace );
|
||||
#ifdef __WINDOWS__
|
||||
@@ -134,9 +132,7 @@ private:
|
||||
void TestComparison();
|
||||
void TestSplit();
|
||||
void TestSetPath();
|
||||
#if WXWIN_COMPATIBILITY_2_8
|
||||
void TestStrip();
|
||||
#endif
|
||||
void TestNormalize();
|
||||
void TestReplace();
|
||||
#ifdef __WINDOWS__
|
||||
|
Reference in New Issue
Block a user