summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qftp/tst_qftp.cpp
diff options
context:
space:
mode:
authorKari Oikarinen <kari.oikarinen@qt.io>2018-03-29 11:50:58 +0300
committerKari Oikarinen <kari.oikarinen@qt.io>2018-05-08 12:35:40 +0000
commitc580644fe91148f0cb5fde44d262678ef47c5faa (patch)
tree1149ccd95741fb82e9e7cca64635d7f245ff5b75 /tests/auto/network/access/qftp/tst_qftp.cpp
parent09d4faa008d77bc919b46d77f07a4e15a8f6cd21 (diff)
tests/auto/network: Avoid unconditional qWait()s
Replace with QSignalSpy or QTRY_COMPARE when possible. Task-number: QTBUG-63992 Change-Id: I18dc8837301424855487a12ee62451a5aeb21bf0 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'tests/auto/network/access/qftp/tst_qftp.cpp')
-rw-r--r--tests/auto/network/access/qftp/tst_qftp.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/network/access/qftp/tst_qftp.cpp b/tests/auto/network/access/qftp/tst_qftp.cpp
index 1620c2ade6..6e18e1a663 100644
--- a/tests/auto/network/access/qftp/tst_qftp.cpp
+++ b/tests/auto/network/access/qftp/tst_qftp.cpp
@@ -2078,8 +2078,6 @@ void tst_QFtp::doneSignal()
if (QTestEventLoop::instance().timeout())
QFAIL("Network operation timed out");
- QTest::qWait(200);
-
QCOMPARE(spy.count(), 1);
QCOMPARE(spy.first().first().toBool(), false);
}