]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix for compiler error with gcc 3.3.5 and cppunit 1.10.0 and
authorRoger Gammans <rgammans@computer-surgery.co.uk>
Sun, 5 Feb 2006 14:01:37 +0000 (14:01 +0000)
committerRoger Gammans <rgammans@computer-surgery.co.uk>
Sun, 5 Feb 2006 14:01:37 +0000 (14:01 +0000)
Improve readablity of test.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/strings/tokenizer.cpp

index 056855f12c621502d9d2c70f1e71c021228b0536..c22c5ba3b5f9a3015a0abacafdb13b5e5cea5f72 100644 (file)
@@ -205,7 +205,7 @@ DoTestGetString(const wxChar *s, const wxChar *delims, int pos, ...)
     {
         if ( !pos )
         {
-            CPPUNIT_ASSERT_EQUAL( wxString(), tkz.GetString() );
+            CPPUNIT_ASSERT( tkz.GetString().empty() ) ;
             break;
         }