From: Vadim Zeitlin Date: Wed, 5 Apr 2006 19:59:27 +0000 (+0000) Subject: name the test just Unicode instead of UnicodeTestCase X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1fc9e0d31e5073e13ee6b517642bd69f9368a2d5 name the test just Unicode instead of UnicodeTestCase git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/strings/unicode.cpp b/tests/strings/unicode.cpp index 5061b9e72a..54ee48ffdf 100644 --- a/tests/strings/unicode.cpp +++ b/tests/strings/unicode.cpp @@ -85,7 +85,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, "UnicodeTestCase" ); +CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( UnicodeTestCase, "Unicode" ); UnicodeTestCase::UnicodeTestCase() {