diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-11 22:45:53 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-11 22:45:53 +0200 |
commit | 38f7eca10b62548825bc6a9e7cadf27c7ece1827 (patch) | |
tree | 39944a84ae0bfb52e58e93e218499e8f9ccd8a06 /tests/clientapitest.cpp | |
parent | 6642a7a497fdacd92260e2ef6396ddb874dcd7bd (diff) | |
download | sink-38f7eca10b62548825bc6a9e7cadf27c7ece1827.tar.gz sink-38f7eca10b62548825bc6a9e7cadf27c7ece1827.zip |
Isolate tests
Diffstat (limited to 'tests/clientapitest.cpp')
-rw-r--r-- | tests/clientapitest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/clientapitest.cpp b/tests/clientapitest.cpp index ed5a9b5..b1e49c4 100644 --- a/tests/clientapitest.cpp +++ b/tests/clientapitest.cpp | |||
@@ -8,6 +8,7 @@ | |||
8 | #include "modelresult.h" | 8 | #include "modelresult.h" |
9 | #include "resultprovider.h" | 9 | #include "resultprovider.h" |
10 | #include "facadefactory.h" | 10 | #include "facadefactory.h" |
11 | #include "test.h" | ||
11 | 12 | ||
12 | SINK_DEBUG_AREA("clientapitest") | 13 | SINK_DEBUG_AREA("clientapitest") |
13 | 14 | ||
@@ -91,6 +92,7 @@ private slots: | |||
91 | 92 | ||
92 | void initTestCase() | 93 | void initTestCase() |
93 | { | 94 | { |
95 | Sink::Test::initTest(); | ||
94 | Sink::FacadeFactory::instance().resetFactory(); | 96 | Sink::FacadeFactory::instance().resetFactory(); |
95 | ResourceConfig::clear(); | 97 | ResourceConfig::clear(); |
96 | } | 98 | } |