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() {