diff options
Diffstat (limited to 'tests/auto/qdbusthreading/tst_qdbusthreading.cpp')
-rw-r--r-- | tests/auto/qdbusthreading/tst_qdbusthreading.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qdbusthreading/tst_qdbusthreading.cpp b/tests/auto/qdbusthreading/tst_qdbusthreading.cpp index f93d126..e37e4c3 100644 --- a/tests/auto/qdbusthreading/tst_qdbusthreading.cpp +++ b/tests/auto/qdbusthreading/tst_qdbusthreading.cpp @@ -592,7 +592,7 @@ void tst_QDBusThreading::callbackInAnotherAuxThread() // wait for the event loop sem1.release(); sem2.acquire(); - Q_ASSERT(loop); + QVERIFY(loop); // create the second thread new Thread; |