diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-08 11:01:48 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-08 11:01:48 +0200 |
commit | 9317fbffeab4a8c258acb1116eb12fbded7053d8 (patch) | |
tree | b1f00b8ee96e222c16d25d02b49ade1ef3aee8ae /tests/genericfacadetest.cpp | |
parent | 1b6439215fa0bb6ac1e191c2ffc992e815a53199 (diff) | |
download | sink-9317fbffeab4a8c258acb1116eb12fbded7053d8.tar.gz sink-9317fbffeab4a8c258acb1116eb12fbded7053d8.zip |
Control debugoutput during tests with sinksh.
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() |