]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/strings/unicode.cpp
first round, connecting overviews properly to main page
[wxWidgets.git] / tests / strings / unicode.cpp
index 4f58739545802bc2caf7a0b24f24517500710207..2abae879ac45ced46fbb4c7e88c710ca15df726e 100644 (file)
@@ -18,6 +18,7 @@
 #endif
 
 #ifndef WX_PRECOMP
+    #include "wx/wx.h"
 #endif // WX_PRECOMP
 
 // ----------------------------------------------------------------------------
@@ -95,7 +96,7 @@ private:
 CPPUNIT_TEST_SUITE_REGISTRATION( UnicodeTestCase );
 
 // also include in it's own registry so that these tests can be run alone
-CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( UnicodeTestCase, "Unicode" );
+CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( UnicodeTestCase, "UnicodeTestCase" );
 
 UnicodeTestCase::UnicodeTestCase()
 {