]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/webtest.cpp
Really disable wxAny tests under wxOSX.
[wxWidgets.git] / tests / controls / webtest.cpp
index d12479621e4e43232a3d484ffb8f9841e2763074..6e7bd6da4cfddb00e02298dc7ffc4b3b8797405e 100644 (file)
@@ -80,7 +80,7 @@ void WebTestCase::setUp()
     m_browser = wxWebView::New(wxTheApp->GetTopWindow(), wxID_ANY);
 
     m_loaded = new EventCounter(m_browser, wxEVT_WEBVIEW_LOADED);
-    m_browser->LoadUrl("about:");
+    m_browser->LoadURL("about:blank");
     ENSURE_LOADED;
 }