diff options
Diffstat (limited to 'tests/dummyresourcetest.cpp')
-rw-r--r-- | tests/dummyresourcetest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dummyresourcetest.cpp b/tests/dummyresourcetest.cpp index 2ff31e5..be6e3a5 100644 --- a/tests/dummyresourcetest.cpp +++ b/tests/dummyresourcetest.cpp | |||
@@ -49,7 +49,7 @@ private slots: | |||
49 | void cleanup() | 49 | void cleanup() |
50 | { | 50 | { |
51 | qDebug() << "Test took " << time.elapsed(); | 51 | qDebug() << "Test took " << time.elapsed(); |
52 | Sink::Store::removeDataFromDisk(QByteArray("sink.dummy.instance1")).exec().waitForFinished(); | 52 | VERIFYEXEC(Sink::Store::removeDataFromDisk(QByteArray("sink.dummy.instance1"))); |
53 | } | 53 | } |
54 | 54 | ||
55 | void testProperty() | 55 | void testProperty() |