]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/uris/uris.cpp
fix unreachable code warning in GetUntranslatedString()
[wxWidgets.git] / tests / uris / uris.cpp
index 1f4a892843e5ed3e44fc280d3b2363d2aada86ee..8ea7438debddef925e027119ba9f8d56ac7d1ea7 100644 (file)
@@ -358,9 +358,6 @@ void URITestCase::URLCompat()
     CPPUNIT_ASSERT( uricopy == url );
     CPPUNIT_ASSERT( uricopy == urlcopy );
     CPPUNIT_ASSERT( uricopy == uri );
-#if WXWIN_COMPATIBILITY_2_4
-    CPPUNIT_ASSERT( wxURL::ConvertFromURI(wxT("%20%41%20")) == wxT(" A ") );
-#endif
     CPPUNIT_ASSERT( wxURI::Unescape(wxT("%20%41%20")) == wxT(" A ") );
 
     wxURI test(wxT("file:\"myf\"ile.txt"));