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/pipelinetest.cpp | |
parent | 1b6439215fa0bb6ac1e191c2ffc992e815a53199 (diff) | |
download | sink-9317fbffeab4a8c258acb1116eb12fbded7053d8.tar.gz sink-9317fbffeab4a8c258acb1116eb12fbded7053d8.zip |
Control debugoutput during tests with sinksh.
Diffstat (limited to 'tests/pipelinetest.cpp')
-rw-r--r-- | tests/pipelinetest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/pipelinetest.cpp b/tests/pipelinetest.cpp index fc23cc9..65d4b49 100644 --- a/tests/pipelinetest.cpp +++ b/tests/pipelinetest.cpp | |||
@@ -190,7 +190,6 @@ class PipelineTest : public QObject | |||
190 | private slots: | 190 | private slots: |
191 | void initTestCase() | 191 | void initTestCase() |
192 | { | 192 | { |
193 | Sink::Log::setDebugOutputLevel(Sink::Log::Trace); | ||
194 | Sink::AdaptorFactoryRegistry::instance().registerFactory<Sink::ApplicationDomain::Event, TestEventAdaptorFactory>("test"); | 193 | Sink::AdaptorFactoryRegistry::instance().registerFactory<Sink::ApplicationDomain::Event, TestEventAdaptorFactory>("test"); |
195 | } | 194 | } |
196 | 195 | ||