X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/788257c0a4887eb4e0c2fb1f7aa94aaee54f96dd..3c01c5951189e13b8b4a5d7b288b54d4a57a30f8:/tests/fontmap/fontmaptest.cpp diff --git a/tests/fontmap/fontmaptest.cpp b/tests/fontmap/fontmaptest.cpp index ea40742fc3..05607a901c 100644 --- a/tests/fontmap/fontmaptest.cpp +++ b/tests/fontmap/fontmaptest.cpp @@ -112,8 +112,8 @@ void FontMapperTestCase::NamesAndDesc() for ( size_t n = 0; n < WXSIZEOF(charsets); n++ ) { wxFontEncoding enc = fmap.CharsetToEncoding(charsets[n]); - WX_ASSERT_STR_EQUAL( names[n], fmap.GetEncodingName(enc).Lower() ); - WX_ASSERT_STR_EQUAL( descriptions[n], fmap.GetEncodingDescription(enc) ); + CPPUNIT_ASSERT_EQUAL( names[n], fmap.GetEncodingName(enc).Lower() ); + CPPUNIT_ASSERT_EQUAL( descriptions[n], fmap.GetEncodingDescription(enc) ); } }