]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/strings/tokenizer.cpp
initialize the variable as XtVaGetValues() may not do it apparently
[wxWidgets.git] / 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;
         }