// Licence: wxWidgets licence
///////////////////////////////////////////////////////////////////////////////
-#include "wx/wxprec.h"
+#include "testprec.h"
#ifdef __BORLANDC__
# pragma hdrstop
#if wxUSE_REGEX
#include "wx/regex.h"
-#include "wx/cppunit.h"
#include "wx/tokenzr.h"
#include <string>
-using namespace std;
-using namespace CppUnit;
+using CppUnit::Test;
+using CppUnit::TestCase;
+using CppUnit::TestSuite;
+using std::string;
///////////////////////////////////////////////////////////////////////////////
m_expected(expected),
m_count(count),
m_flags(flags)
- { }
+ { }
protected:
void runTest();