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:
Vadim Zeitlin
2009-03-26 23:00:14 +00:00
parent 1a39a1d7c0
commit 07c4e84f7b

View File

@@ -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__