aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/qtwebkit/webview_test.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/qtwebkit/webview_test.py b/tests/qtwebkit/webview_test.py
index e1ba7efd6..c06e437c3 100644
--- a/tests/qtwebkit/webview_test.py
+++ b/tests/qtwebkit/webview_test.py
@@ -33,11 +33,6 @@ class TestLoadFinished(TimedQApplication):
self.assert_(self.called)
- def testLoadFinishedFromUrl(self):
- url = QUrl('http://www.python.org')
- self.view.setUrl(url)
- self.app.exec_()
-
def load_finished(self, ok):
#Callback to check if load was successful
self.app.quit()