From: Vadim Zeitlin <vadim@wxwidgets.org>
Date: Thu, 26 Mar 2009 23:00:14 +0000 (+0000)
Subject: always declare TestStrip(), it is now available even without 2.8 compatibility
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/07c4e84f7b76cb223c9a295deca6881dc2b707c6

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

diff --git a/tests/filename/filenametest.cpp b/tests/filename/filenametest.cpp
index d4a83c2ca3..3f72d84941 100644
--- a/tests/filename/filenametest.cpp
+++ b/tests/filename/filenametest.cpp
@@ -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__