//
// For compilers that support precompilation, includes "wx/wx.h".
-#include "wx/wxprec.h"
+#include "testprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#include "wx/wx.h"
#endif
-#include "wx/cppunit.h"
-
// wxFormatConverter can only be tested in a Unicode non-Windows debug build
//
#if defined(wxNEED_PRINTF_CONVERSION) && defined(__WXDEBUG__)
extern wxString wxConvertFormat(const wxChar *format);
#endif
-using namespace std;
-using namespace CppUnit;
-
+using CppUnit::TestCase;
+using std::string;
///////////////////////////////////////////////////////////////////////////////
// The test case