]> git.saurik.com Git - wxWidgets.git/commitdiff
Compile fix.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 28 Aug 2006 12:28:49 +0000 (12:28 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 28 Aug 2006 12:28:49 +0000 (12:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/strings/unicode.cpp

index 775fd3eedf456417a6d0f60943494e9caccc6406..7a0303bd8933ce6bbc51ae171d49ea209ca6bb6e 100644 (file)
@@ -151,7 +151,7 @@ void UnicodeTestCase::ConversionEmpty()
     wxWCharBuffer wbuf = wxConvLibc.cMB2WC("", 0, &len);
 #endif // wxUSE_UNICODE/!wxUSE_UNICODE
 
     wxWCharBuffer wbuf = wxConvLibc.cMB2WC("", 0, &len);
 #endif // wxUSE_UNICODE/!wxUSE_UNICODE
 
-    CPPUNIT_ASSERT_EQUAL(0u, len);
+    CPPUNIT_ASSERT(len == 0);
 }
 
 void UnicodeTestCase::ConversionWithNULs()
 }
 
 void UnicodeTestCase::ConversionWithNULs()