From 4fb293ac5c684c9bb7bf0e8d1e9d5b0f3f4296ab Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 13 Aug 2015 22:42:41 +0200 Subject: Set debuglevel in dummyresourcebenchmark --- tests/dummyresourcebenchmark.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/dummyresourcebenchmark.cpp b/tests/dummyresourcebenchmark.cpp index 15b3e29..5e674b3 100644 --- a/tests/dummyresourcebenchmark.cpp +++ b/tests/dummyresourcebenchmark.cpp @@ -9,6 +9,7 @@ #include "entitybuffer.h" #include "synclistresult.h" #include "pipeline.h" +#include "log.h" #include "event_generated.h" #include "entity_generated.h" @@ -29,6 +30,7 @@ class DummyResourceBenchmark : public QObject private Q_SLOTS: void initTestCase() { + Akonadi2::Log::setDebugOutputLevel(Akonadi2::Log::Warning); auto factory = Akonadi2::ResourceFactory::load("org.kde.dummy"); QVERIFY(factory); removeFromDisk("org.kde.dummy.instance1"); -- cgit v1.2.3