diff options
author | Peter Hartmann <peter.hartmann@nokia.com> | 2009-11-10 09:29:59 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@nokia.com> | 2009-11-10 09:33:22 (GMT) |
commit | c412b5f144ea99ea70f4df291678631e13900962 (patch) | |
tree | 33effa12da96073e8c11b09e476270e3f19c65b4 /tests/auto | |
parent | bd47ffa5deeb2489e47d90d1110c435dc68d4f30 (diff) | |
download | Qt-c412b5f144ea99ea70f4df291678631e13900962.zip Qt-c412b5f144ea99ea70f4df291678631e13900962.tar.gz Qt-c412b5f144ea99ea70f4df291678631e13900962.tar.bz2 |
stabilize QNetworkReply autotest
ioPostToHttpFromSocket was failing from time to time
Reviewed-by: Markus Goetz
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/qnetworkreply/tst_qnetworkreply.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/qnetworkreply/tst_qnetworkreply.cpp b/tests/auto/qnetworkreply/tst_qnetworkreply.cpp index 0b61dcd..446fb53 100644 --- a/tests/auto/qnetworkreply/tst_qnetworkreply.cpp +++ b/tests/auto/qnetworkreply/tst_qnetworkreply.cpp @@ -2619,12 +2619,7 @@ void tst_QNetworkReply::ioPostToHttpFromSocket() QSignalSpy authenticationRequiredSpy(&manager, SIGNAL(authenticationRequired(QNetworkReply*,QAuthenticator*))); QSignalSpy proxyAuthenticationRequiredSpy(&manager, SIGNAL(proxyAuthenticationRequired(QNetworkProxy,QAuthenticator*))); -#ifdef Q_OS_SYMBIAN QTestEventLoop::instance().enterLoop(6); -#else - QTestEventLoop::instance().enterLoop(3); -#endif - disconnect(&manager, SIGNAL(proxyAuthenticationRequired(QNetworkProxy,QAuthenticator*)), this, SLOT(proxyAuthenticationRequired(QNetworkProxy,QAuthenticator*))); disconnect(&manager, SIGNAL(authenticationRequired(QNetworkReply*,QAuthenticator*)), |