diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-11 11:55:29 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-11 11:55:29 +0200 |
commit | 3a3118e768e1447dc7524328e84b8d7faef81fe1 (patch) | |
tree | af5582170ed6164fffc9365f34b17bf449c0db40 /tests/genericfacadetest.cpp | |
parent | f9379318d801df204cc50385c5eca1f28e91755e (diff) | |
parent | ce2fd2666f084eebe443598f6f3740a02913091e (diff) | |
download | sink-3a3118e768e1447dc7524328e84b8d7faef81fe1.tar.gz sink-3a3118e768e1447dc7524328e84b8d7faef81fe1.zip |
Merge branch 'feature/notifications' into develop
Diffstat (limited to 'tests/genericfacadetest.cpp')
-rw-r--r-- | tests/genericfacadetest.cpp | 6 |
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 |
25 | private slots: | 26 | private 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() |