From: Václav Slavík Date: Thu, 28 Jun 2007 07:54:15 +0000 (+0000) Subject: use same names for test suites as the ones in ./test -l X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/81e9dec6f59b5955d54087e1726098d38a26f03b 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 --- diff --git a/tests/mbconv/convautotest.cpp b/tests/mbconv/convautotest.cpp index 4bec78a271..f3cd098184 100644 --- a/tests/mbconv/convautotest.cpp +++ b/tests/mbconv/convautotest.cpp @@ -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 diff --git a/tests/strings/unicode.cpp b/tests/strings/unicode.cpp index 4f58739545..9ddaba42cd 100644 --- a/tests/strings/unicode.cpp +++ b/tests/strings/unicode.cpp @@ -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() {