aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-09-03 15:36:04 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2010-09-03 15:36:04 -0300
commitcb48464859110d4e6ebcf59d70a59804c55d4705 (patch)
treef248aefb3ac123cc2ba8b6d1bc9ab596b4670df3 /tests
parent823eec81c245f56cd2baf7c9fe0b1bf006500561 (diff)
Remove the dependecy of QtGui from a test located in QtNetwork.
Diffstat (limited to 'tests')
-rw-r--r--tests/QtNetwork/basic_auth_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/QtNetwork/basic_auth_test.py b/tests/QtNetwork/basic_auth_test.py
index 8087eeda6..ed58e582c 100644
--- a/tests/QtNetwork/basic_auth_test.py
+++ b/tests/QtNetwork/basic_auth_test.py
@@ -3,10 +3,10 @@
from PySide.QtCore import *
from PySide.QtNetwork import *
-from helper import UsesQApplication
+from helper import UsesQCoreApplication
from httpd import TestServer
-class testAuthenticationSignal(UsesQApplication):
+class testAuthenticationSignal(UsesQCoreApplication):
def setUp(self):
super(testAuthenticationSignal, self).setUp()