X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd725bce37986e9d2d8b8324b47f5ed573f2d636..e45a6885492304586b481ee1dacdc1544533e731:/tests/uris/uris.cpp diff --git a/tests/uris/uris.cpp b/tests/uris/uris.cpp index cbf4aef571..ec59baf1ed 100644 --- a/tests/uris/uris.cpp +++ b/tests/uris/uris.cpp @@ -345,6 +345,9 @@ void URITestCase::URLCompat() CPPUNIT_ASSERT( test.GetScheme() == wxT("file") ); CPPUNIT_ASSERT( test.GetPath() == wxT("%22myf%22ile.txt") ); + // these could be put under a named registry since they take some + // time to complete +#if 0 // Test problem urls (reported not to work some time ago by a user...) for ( size_t i = 0; i < WXSIZEOF(pszProblemUrls); ++i ) { @@ -370,6 +373,7 @@ void URITestCase::URLCompat() delete is; } +#endif } #if wxUSE_PROTOCOL_HTTP