From 9317fbffeab4a8c258acb1116eb12fbded7053d8 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 8 Jul 2016 11:01:48 +0200 Subject: Control debugoutput during tests with sinksh. --- tests/genericfacadetest.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/genericfacadetest.cpp') 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 @@ #include #include #include +#include // Replace with something different #include "event_generated.h" @@ -23,10 +24,9 @@ class GenericFacadeTest : public QObject { Q_OBJECT private slots: - - void init() + void initTestCase() { - Sink::Log::setDebugOutputLevel(Sink::Log::Trace); + Sink::Test::initTest(); } void testLoad() -- cgit v1.2.3