summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttp/tst_qhttp.cpp
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-08-20 09:00:01 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-08-20 09:00:01 (GMT)
commit0613145faacb612328b1fb1a9192e663d85aa2aa (patch)
tree0ee7b51c88169b64f38c8855351e49d5f739723c /tests/auto/qhttp/tst_qhttp.cpp
parentd3d7969329f42d52ed7140cb2fd684171a484eb5 (diff)
parent1e496321d0fe7e1f1b40f1f94a18c17f7e38f9cd (diff)
downloadQt-0613145faacb612328b1fb1a9192e663d85aa2aa.zip
Qt-0613145faacb612328b1fb1a9192e663d85aa2aa.tar.gz
Qt-0613145faacb612328b1fb1a9192e663d85aa2aa.tar.bz2
Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public
Diffstat (limited to 'tests/auto/qhttp/tst_qhttp.cpp')
-rw-r--r--tests/auto/qhttp/tst_qhttp.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/qhttp/tst_qhttp.cpp b/tests/auto/qhttp/tst_qhttp.cpp
index b0835ac..fcc80ab 100644
--- a/tests/auto/qhttp/tst_qhttp.cpp
+++ b/tests/auto/qhttp/tst_qhttp.cpp
@@ -1242,11 +1242,7 @@ void tst_QHttp::unexpectedRemoteClose()
QCoreApplication::instance()->processEvents();
QEventLoop loop;
-#ifndef Q_OS_SYMBIAN
QTimer::singleShot(3000, &loop, SLOT(quit()));
-#else
- QTimer::singleShot(30000, &loop, SLOT(quit()));
-#endif
QHttp http;
QObject::connect(&http, SIGNAL(done(bool)), &loop, SLOT(quit()));