From c217396535d0fde8350d8ce4bed8635f84585efc Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 8 Nov 2006 19:06:32 +0000 Subject: [PATCH] use CPPUNIT_ASSERT_MESSAGE() to show which test exactly failed; use more CPPUNIT_ASSERT_EQUAL()s instead of simple CPPUNIT_ASSERT()s for the same purpose git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/filename/filenametest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/filename/filenametest.cpp b/tests/filename/filenametest.cpp index e87c50a66b..3c733fde78 100644 --- a/tests/filename/filenametest.cpp +++ b/tests/filename/filenametest.cpp @@ -147,7 +147,7 @@ void FileNameTestCase::TestConstruction() CPPUNIT_ASSERT_MESSAGE ( wxString::Format("Normalize(%s) failed", fni.fullname).c_str(), - fn.Normalize(wxPATH_NORM_ALL, _T(""), fni.format) + fn.Normalize(wxPATH_NORM_ALL, _T("/foo/bar/baz"), fni.format) ); if ( *fni.volume && *fni.path ) -- 2.45.2