]> git.saurik.com Git - wxWidgets.git/commitdiff
use same names for test suites as the ones in ./test -l
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 28 Jun 2007 07:54:15 +0000 (07:54 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 28 Jun 2007 07:54:15 +0000 (07:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/mbconv/convautotest.cpp
tests/strings/unicode.cpp

index 4bec78a27157dda1f2e4bbf55e26b503d195095b..f3cd09818448925b9c088158340c259de5c3723b 100644 (file)
@@ -63,7 +63,7 @@ private:
 CPPUNIT_TEST_SUITE_REGISTRATION(ConvAutoTestCase);
 
 // also include in it's own registry so that these tests can be run alone
-CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(ConvAutoTestCase, "ConvAuto");
+CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(ConvAutoTestCase, "ConvAutoTestCase");
 
 // ----------------------------------------------------------------------------
 // tests
index 4f58739545802bc2caf7a0b24f24517500710207..9ddaba42cd767ace37ce9fca1cdc0262c0b51a76 100644 (file)
@@ -95,7 +95,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()
 {