diff options
Diffstat (limited to 'tests/client/servicetest.cpp')
-rw-r--r-- | tests/client/servicetest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client/servicetest.cpp b/tests/client/servicetest.cpp index a8b0c2a..4d238c4 100644 --- a/tests/client/servicetest.cpp +++ b/tests/client/servicetest.cpp @@ -42,7 +42,7 @@ private: private Q_SLOTS: void initTestCase() { - Q_ASSERT(m_script.connect()); + QVERIFY(m_script.connect()); } void cleanupTestCase() |