disable bogus test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
311b04034e
commit
402ccadcdd
@ -52,7 +52,7 @@ private:
|
|||||||
CPPUNIT_TEST( FileScheme );
|
CPPUNIT_TEST( FileScheme );
|
||||||
#if TEST_URL
|
#if TEST_URL
|
||||||
CPPUNIT_TEST( URLCompat );
|
CPPUNIT_TEST( URLCompat );
|
||||||
#if wxUSE_PROTOCOL_HTTP
|
#if 0 && wxUSE_PROTOCOL_HTTP
|
||||||
CPPUNIT_TEST( URLProxy );
|
CPPUNIT_TEST( URLProxy );
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
@ -73,7 +73,9 @@ private:
|
|||||||
|
|
||||||
#if TEST_URL
|
#if TEST_URL
|
||||||
void URLCompat();
|
void URLCompat();
|
||||||
|
#if 0 && wxUSE_PROTOCOL_HTTP
|
||||||
void URLProxy();
|
void URLProxy();
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
DECLARE_NO_COPY_CLASS(URITestCase)
|
DECLARE_NO_COPY_CLASS(URITestCase)
|
||||||
@ -398,7 +400,9 @@ void URITestCase::URLCompat()
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#if wxUSE_PROTOCOL_HTTP
|
// 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()
|
void URITestCase::URLProxy()
|
||||||
{
|
{
|
||||||
wxURL url(wxT("http://www.asite.com/index.html"));
|
wxURL url(wxT("http://www.asite.com/index.html"));
|
||||||
|
Loading…
Reference in New Issue
Block a user