]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/xml/xmltest.cpp
use /nologo nmake switch to avoid many annoying copyright notices in output
[wxWidgets.git] / tests / xml / xmltest.cpp
index 09bc9598d45b6d72bb7ae87aacf9f2a3237c4000..96f812b600b7a2c7dbc05891348cfd898be2c622 100644 (file)
@@ -46,7 +46,7 @@ void CheckXml(wxXmlNode *n, ...)
             break;
 
         CPPUNIT_ASSERT( child );
-        WX_ASSERT_STR_EQUAL( childName, child->GetName() );
+        CPPUNIT_ASSERT_EQUAL( childName, child->GetName() );
         CPPUNIT_ASSERT( child->GetChildren() == NULL );
         CPPUNIT_ASSERT( child->GetParent() == n );