git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43207
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxString fullname = fn.GetFullPath(fni.format);
CPPUNIT_ASSERT_EQUAL( wxString(fni.fullname), fullname );
+ // notice that we use a dummy working directory to ensure that paths
+ // with "../.." in them could be normalized, otherwise this would fail
+ // if the test is run from root directory or its direct subdirectory
CPPUNIT_ASSERT_MESSAGE
(
wxString::Format("Normalize(%s) failed", fni.fullname).c_str(),