summaryrefslogtreecommitdiffstats
path: root/tests/clientapitest.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-11 22:45:53 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-11 22:45:53 +0200
commit38f7eca10b62548825bc6a9e7cadf27c7ece1827 (patch)
tree39944a84ae0bfb52e58e93e218499e8f9ccd8a06 /tests/clientapitest.cpp
parent6642a7a497fdacd92260e2ef6396ddb874dcd7bd (diff)
downloadsink-38f7eca10b62548825bc6a9e7cadf27c7ece1827.tar.gz
sink-38f7eca10b62548825bc6a9e7cadf27c7ece1827.zip
Isolate tests
Diffstat (limited to 'tests/clientapitest.cpp')
-rw-r--r--tests/clientapitest.cpp2
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
12SINK_DEBUG_AREA("clientapitest") 13SINK_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 }