diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-07 16:01:59 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-07 16:01:59 +0200 |
commit | 082029f3dedadaceef1524fec214e053b0a26d10 (patch) | |
tree | ae0013258c3b889a51be084850970fb5ff8eda6d /tests/dummyresourcetest.cpp | |
parent | e62f6ba8ec1c83196f78044b5dd905eeb80d4707 (diff) | |
download | sink-082029f3dedadaceef1524fec214e053b0a26d10.tar.gz sink-082029f3dedadaceef1524fec214e053b0a26d10.zip |
These jobs now work reliably.
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() |