]> git.saurik.com Git - wxWidgets.git/commitdiff
Temporarily disable test that takes a long time to run, needs moving to a named registry
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 15 Oct 2005 19:04:29 +0000 (19:04 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 15 Oct 2005 19:04:29 +0000 (19:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/uris/uris.cpp

index cbf4aef571a00cd210aa074cf96cc58373bfe6df..ec59baf1edb6d5a1f2ddec14f4e2aa9567155a77 100644 (file)
@@ -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