summaryrefslogtreecommitdiffstats
path: root/tests/genericfacadetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/genericfacadetest.cpp')
-rw-r--r--tests/genericfacadetest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/genericfacadetest.cpp b/tests/genericfacadetest.cpp
index 8336875..0267dac 100644
--- a/tests/genericfacadetest.cpp
+++ b/tests/genericfacadetest.cpp
@@ -8,6 +8,7 @@
8#include <common/domainadaptor.h> 8#include <common/domainadaptor.h>
9#include <common/resultprovider.h> 9#include <common/resultprovider.h>
10#include <common/synclistresult.h> 10#include <common/synclistresult.h>
11#include <common/test.h>
11 12
12// Replace with something different 13// Replace with something different
13#include "event_generated.h" 14#include "event_generated.h"
@@ -23,10 +24,9 @@ class GenericFacadeTest : public QObject
23{ 24{
24 Q_OBJECT 25 Q_OBJECT
25private slots: 26private slots:
26 27 void initTestCase()
27 void init()
28 { 28 {
29 Sink::Log::setDebugOutputLevel(Sink::Log::Trace); 29 Sink::Test::initTest();
30 } 30 }
31 31
32 void testLoad() 32 void testLoad()