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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user