summaryrefslogtreecommitdiffstats
path: root/tests/inspectiontest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/inspectiontest.cpp')
-rw-r--r--tests/inspectiontest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/inspectiontest.cpp b/tests/inspectiontest.cpp
index 3e8a103..2879801 100644
--- a/tests/inspectiontest.cpp
+++ b/tests/inspectiontest.cpp
@@ -7,6 +7,7 @@
7#include "resourcecontrol.h" 7#include "resourcecontrol.h"
8#include "resourceconfig.h" 8#include "resourceconfig.h"
9#include "log.h" 9#include "log.h"
10#include "testutils.h"
10 11
11/** 12/**
12 * Test of inspection system using the dummy resource. 13 * Test of inspection system using the dummy resource.
@@ -22,7 +23,7 @@ private slots:
22 auto factory = Sink::ResourceFactory::load("sink.dummy"); 23 auto factory = Sink::ResourceFactory::load("sink.dummy");
23 QVERIFY(factory); 24 QVERIFY(factory);
24 ResourceConfig::addResource("sink.dummy.instance1", "sink.dummy"); 25 ResourceConfig::addResource("sink.dummy.instance1", "sink.dummy");
25 Sink::Store::removeDataFromDisk(QByteArray("sink.dummy.instance1")).exec().waitForFinished(); 26 VERIFYEXEC(Sink::Store::removeDataFromDisk(QByteArray("sink.dummy.instance1")));
26 } 27 }
27 28
28 void testInspection_data() 29 void testInspection_data()