]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/filename/filenametest.cpp
updating the comment as well
[wxWidgets.git] / tests / filename / filenametest.cpp
index 8aa329f1d2faff8789a2a90db03ec553ff7e0921..165d1d7a4eaafbeaad0740fd63cd1ecf06af1726 100644 (file)
@@ -347,7 +347,7 @@ void FileNameTestCase::TestNormalize()
         );
 
         // compare result with expected string
-        WX_ASSERT_STR_EQUAL( fnt.expected, fn.GetFullPath(fnt.fmt) );
+        CPPUNIT_ASSERT_EQUAL( fnt.expected, fn.GetFullPath(fnt.fmt) );
     }
 }