diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-23 13:02:04 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-23 13:03:50 +0200 |
commit | 4141b5e8e6296ca8ab94553e27257f8c2b107461 (patch) | |
tree | 02c5a45a7e6736c24d76dbb24eeb468f1ced11d9 /tests/messagequeuetest.cpp | |
parent | 6746247a49f09287ae4924c5c3df791f9bf61cbc (diff) | |
download | sink-4141b5e8e6296ca8ab94553e27257f8c2b107461.tar.gz sink-4141b5e8e6296ca8ab94553e27257f8c2b107461.zip |
Less noise and better error handling.
Trying to read from non-existant databases no longer prints error
messages.
Diffstat (limited to 'tests/messagequeuetest.cpp')
-rw-r--r-- | tests/messagequeuetest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/messagequeuetest.cpp b/tests/messagequeuetest.cpp index 9c2aa16..22ce161 100644 --- a/tests/messagequeuetest.cpp +++ b/tests/messagequeuetest.cpp | |||
@@ -49,7 +49,7 @@ private Q_SLOTS: | |||
49 | gotError = true; | 49 | gotError = true; |
50 | }); | 50 | }); |
51 | QVERIFY(!gotValue); | 51 | QVERIFY(!gotValue); |
52 | QVERIFY(gotError); | 52 | QVERIFY(!gotError); |
53 | } | 53 | } |
54 | 54 | ||
55 | void testEnqueue() | 55 | void testEnqueue() |