summaryrefslogtreecommitdiffstats
path: root/tests/auto/qwindowsurface
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-10-04 14:22:40 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-06 01:27:58 +0200
commit1fad83bac6d8606296588a688862f3883ea6f0d1 (patch)
tree6092b3929b312fb72db5fe408219900f11a688d5 /tests/auto/qwindowsurface
parentaa52c26f094f2e109a96d32aad5d9e46f3fcfbd8 (diff)
Remove last remnants of symbian in autotests.
Change-Id: I91489614653cfe4bcf16b723976e33531402a464 Reviewed-on: http://codereview.qt-project.org/5948 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qwindowsurface')
-rw-r--r--tests/auto/qwindowsurface/tst_qwindowsurface.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qwindowsurface/tst_qwindowsurface.cpp b/tests/auto/qwindowsurface/tst_qwindowsurface.cpp
index 11348e9162..5fdd273008 100644
--- a/tests/auto/qwindowsurface/tst_qwindowsurface.cpp
+++ b/tests/auto/qwindowsurface/tst_qwindowsurface.cpp
@@ -174,8 +174,6 @@ void tst_QWindowSurface::flushOutsidePaintEvent()
QApplication::processEvents();
#if defined(Q_WS_QWS)
QApplication::sendPostedEvents(); //for the glib event loop
-#elif defined(Q_WS_S60)
- QTest::qWait(5000);
#endif
VERIFY_COLOR(w.geometry(), w.color);
w.reset();