Patch 1053127 - Test fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-11-10 21:29:08 +00:00
parent 8e5c652190
commit 3e5f6c1c4f
11 changed files with 104 additions and 104 deletions

View File

@@ -24,8 +24,10 @@
#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)
{ }
{ }
protected:
void runTest();