diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/modelinteractivitytest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/modelinteractivitytest.cpp b/tests/modelinteractivitytest.cpp index d0a0920..c55a1db 100644 --- a/tests/modelinteractivitytest.cpp +++ b/tests/modelinteractivitytest.cpp | |||
@@ -10,6 +10,7 @@ | |||
10 | #include "resourceconfig.h" | 10 | #include "resourceconfig.h" |
11 | #include "log.h" | 11 | #include "log.h" |
12 | #include "modelresult.h" | 12 | #include "modelresult.h" |
13 | #include "test.h" | ||
13 | 14 | ||
14 | static int blockingTime; | 15 | static int blockingTime; |
15 | 16 | ||
@@ -49,6 +50,7 @@ class ModelinteractivityTest : public QObject | |||
49 | private slots: | 50 | private slots: |
50 | void initTestCase() | 51 | void initTestCase() |
51 | { | 52 | { |
53 | Sink::Test::initTest(); | ||
52 | Sink::Log::setDebugOutputLevel(Sink::Log::Warning); | 54 | Sink::Log::setDebugOutputLevel(Sink::Log::Warning); |
53 | ResourceConfig::addResource("org.kde.dummy.instance1", "org.kde.dummy"); | 55 | ResourceConfig::addResource("org.kde.dummy.instance1", "org.kde.dummy"); |
54 | Sink::Store::removeDataFromDisk(QByteArray("org.kde.dummy.instance1")).exec().waitForFinished(); | 56 | Sink::Store::removeDataFromDisk(QByteArray("org.kde.dummy.instance1")).exec().waitForFinished(); |