git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30352
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#if TEST_URL
#include "wx/url.h"
-#include "wx/mimetype.h"
void URITestCase::URLCompat()
{
CPPUNIT_ASSERT( test.BuildURI() == wxT("file:%22myf%22ile.txt") );
CPPUNIT_ASSERT( test.GetScheme() == wxT("file") );
CPPUNIT_ASSERT( test.GetPath() == wxT("%22myf%22ile.txt") );
-// CPPUNIT_ASSERT( wxURI::Unescape(wxT("%22myf%22ile.txt")) );
- wxPrintf(wxURI::Unescape(wxT("%22myf%22ile.txt")) );
}
#endif