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/inspectiontest.cpp | |
parent | 1b6439215fa0bb6ac1e191c2ffc992e815a53199 (diff) | |
download | sink-9317fbffeab4a8c258acb1116eb12fbded7053d8.tar.gz sink-9317fbffeab4a8c258acb1116eb12fbded7053d8.zip |
Control debugoutput during tests with sinksh.
Diffstat (limited to 'tests/inspectiontest.cpp')
-rw-r--r-- | tests/inspectiontest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/inspectiontest.cpp b/tests/inspectiontest.cpp index 38bf23d..8f2c50f 100644 --- a/tests/inspectiontest.cpp +++ b/tests/inspectiontest.cpp | |||
@@ -19,7 +19,6 @@ class InspectionTest : public QObject | |||
19 | private slots: | 19 | private slots: |
20 | void initTestCase() | 20 | void initTestCase() |
21 | { | 21 | { |
22 | Sink::Log::setDebugOutputLevel(Sink::Log::Trace); | ||
23 | auto factory = Sink::ResourceFactory::load("org.kde.dummy"); | 22 | auto factory = Sink::ResourceFactory::load("org.kde.dummy"); |
24 | QVERIFY(factory); | 23 | QVERIFY(factory); |
25 | ResourceConfig::addResource("org.kde.dummy.instance1", "org.kde.dummy"); | 24 | ResourceConfig::addResource("org.kde.dummy.instance1", "org.kde.dummy"); |