]> git.saurik.com Git - wxWidgets.git/commitdiff
clean up dust from uri tests
authorRyan Norton <wxprojects@comcast.net>
Mon, 8 Nov 2004 00:23:52 +0000 (00:23 +0000)
committerRyan Norton <wxprojects@comcast.net>
Mon, 8 Nov 2004 00:23:52 +0000 (00:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/uris/uris.cpp

index b12a8f680a8311b14a7ae49e5ff6eac052c8f982..3286c3d33869984394ab3e7b693c66592afa136d 100644 (file)
@@ -279,7 +279,6 @@ void URITestCase::Comparison()
 #if TEST_URL
 
 #include "wx/url.h"
-#include "wx/mimetype.h"
 
 void URITestCase::URLCompat()
 {
@@ -317,8 +316,6 @@ 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