]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/regex/wxregextest.cpp
Patch 1053127 - Test fixes.
[wxWidgets.git] / tests / regex / wxregextest.cpp
index 6e798a1821d8d92203a0286ca69daca02d89714b..ee16ff81df7b3c86660240c0f612ef593ec552ad 100644 (file)
 #include "wx/tokenzr.h"
 #include <string>
 
 #include "wx/tokenzr.h"
 #include <string>
 
-using namespace std;
-using namespace CppUnit;
+using CppUnit::Test;
+using CppUnit::TestCase;
+using CppUnit::TestSuite;
+using std::string;
 
 
 ///////////////////////////////////////////////////////////////////////////////
 
 
 ///////////////////////////////////////////////////////////////////////////////
@@ -143,7 +145,7 @@ public:
         m_expected(expected),
         m_count(count),
         m_flags(flags)
         m_expected(expected),
         m_count(count),
         m_flags(flags)
-    { }    
+    { }
 
 protected:
     void runTest();
 
 protected:
     void runTest();