summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@jollamobile.com>2014-04-01 19:09:22 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-02 10:29:38 +0200
commitc2dcff8e11a699b5e42406bf7f50562e60c513a2 (patch)
treeded08b18a09e4557fa2cee23bbfb2c18b4593a5d /tests
parent0c15119c86daf3d18fc9e29a3f00b7978b77bb7c (diff)
[SIC]: Remove QMail::usleep().
QThread::usleep() is just as good. Change-Id: I5e52890112d3cf743e6bdd04d8de57f49847f6e4 Reviewed-by: Valerio Valerio <valerio.valerio@jollamobile.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/tst_qmailnamespace/tst_qmailnamespace.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/tst_qmailnamespace/tst_qmailnamespace.cpp b/tests/tst_qmailnamespace/tst_qmailnamespace.cpp
index 4163e26d..05793536 100644
--- a/tests/tst_qmailnamespace/tst_qmailnamespace.cpp
+++ b/tests/tst_qmailnamespace/tst_qmailnamespace.cpp
@@ -78,7 +78,5 @@ void tst_QMailnamespace::test_qmailnamespace()
QVERIFY(types.count() != 0);
QCOMPARE(extensionsForMimeType("audio/pcmu").count(), 0);
- QMail::usleep(1000);
-
//QCOMPARE(lastSystemErrorMessage(), QString("Success"));
}