use same names for test suites as the ones in ./test -l

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-06-28 07:54:15 +00:00
parent 7ffc857fb2
commit 81e9dec6f5
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ private:
CPPUNIT_TEST_SUITE_REGISTRATION(ConvAutoTestCase); CPPUNIT_TEST_SUITE_REGISTRATION(ConvAutoTestCase);
// also include in it's own registry so that these tests can be run alone // 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 // tests

View File

@@ -95,7 +95,7 @@ private:
CPPUNIT_TEST_SUITE_REGISTRATION( UnicodeTestCase ); CPPUNIT_TEST_SUITE_REGISTRATION( UnicodeTestCase );
// also include in it's own registry so that these tests can be run alone // 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() UnicodeTestCase::UnicodeTestCase()
{ {