git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43249
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
CPPUNIT_TEST( FileScheme );
#if TEST_URL
CPPUNIT_TEST( URLCompat );
CPPUNIT_TEST( FileScheme );
#if TEST_URL
CPPUNIT_TEST( URLCompat );
+#if 0 && wxUSE_PROTOCOL_HTTP
CPPUNIT_TEST( URLProxy );
#endif
#endif
CPPUNIT_TEST( URLProxy );
#endif
#endif
#if TEST_URL
void URLCompat();
#if TEST_URL
void URLCompat();
+#if 0 && wxUSE_PROTOCOL_HTTP
#endif
DECLARE_NO_COPY_CLASS(URITestCase)
#endif
DECLARE_NO_COPY_CLASS(URITestCase)
+// the purpose of this test is unclear, it seems to be unfinished so disabling
+// it for now
+#if 0 && wxUSE_PROTOCOL_HTTP
void URITestCase::URLProxy()
{
wxURL url(wxT("http://www.asite.com/index.html"));
void URITestCase::URLProxy()
{
wxURL url(wxT("http://www.asite.com/index.html"));