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/modelinteractivitytest.cpp | |
parent | e62f6ba8ec1c83196f78044b5dd905eeb80d4707 (diff) | |
download | sink-082029f3dedadaceef1524fec214e053b0a26d10.tar.gz sink-082029f3dedadaceef1524fec214e053b0a26d10.zip |
These jobs now work reliably.
Diffstat (limited to 'tests/modelinteractivitytest.cpp')
-rw-r--r-- | tests/modelinteractivitytest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/modelinteractivitytest.cpp b/tests/modelinteractivitytest.cpp index df0c772..6d1c51c 100644 --- a/tests/modelinteractivitytest.cpp +++ b/tests/modelinteractivitytest.cpp | |||
@@ -54,12 +54,12 @@ private slots: | |||
54 | { | 54 | { |
55 | Sink::Test::initTest(); | 55 | Sink::Test::initTest(); |
56 | ResourceConfig::addResource("sink.dummy.instance1", "sink.dummy"); | 56 | ResourceConfig::addResource("sink.dummy.instance1", "sink.dummy"); |
57 | Sink::Store::removeDataFromDisk(QByteArray("sink.dummy.instance1")).exec().waitForFinished(); | 57 | VERIFYEXEC(Sink::Store::removeDataFromDisk(QByteArray("sink.dummy.instance1"))); |
58 | } | 58 | } |
59 | 59 | ||
60 | void cleanup() | 60 | void cleanup() |
61 | { | 61 | { |
62 | Sink::Store::removeDataFromDisk(QByteArray("sink.dummy.instance1")).exec().waitForFinished(); | 62 | VERIFYEXEC(Sink::Store::removeDataFromDisk(QByteArray("sink.dummy.instance1"))); |
63 | } | 63 | } |
64 | 64 | ||
65 | void init() | 65 | void init() |