From 38f7eca10b62548825bc6a9e7cadf27c7ece1827 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 11 Jul 2016 22:45:53 +0200 Subject: Isolate tests --- tests/clientapitest.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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 @@ #include "modelresult.h" #include "resultprovider.h" #include "facadefactory.h" +#include "test.h" SINK_DEBUG_AREA("clientapitest") @@ -91,6 +92,7 @@ private slots: void initTestCase() { + Sink::Test::initTest(); Sink::FacadeFactory::instance().resetFactory(); ResourceConfig::clear(); } -- cgit v1.2.3