diff options
Diffstat (limited to 'tests/dummyresourcebenchmark.cpp')
-rw-r--r-- | tests/dummyresourcebenchmark.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
9 | #include "entitybuffer.h" | 9 | #include "entitybuffer.h" |
10 | #include "synclistresult.h" | 10 | #include "synclistresult.h" |
11 | #include "pipeline.h" | 11 | #include "pipeline.h" |
12 | #include "log.h" | ||
12 | 13 | ||
13 | #include "event_generated.h" | 14 | #include "event_generated.h" |
14 | #include "entity_generated.h" | 15 | #include "entity_generated.h" |
@@ -29,6 +30,7 @@ class DummyResourceBenchmark : public QObject | |||
29 | private Q_SLOTS: | 30 | private Q_SLOTS: |
30 | void initTestCase() | 31 | void initTestCase() |
31 | { | 32 | { |
33 | Akonadi2::Log::setDebugOutputLevel(Akonadi2::Log::Warning); | ||
32 | auto factory = Akonadi2::ResourceFactory::load("org.kde.dummy"); | 34 | auto factory = Akonadi2::ResourceFactory::load("org.kde.dummy"); |
33 | QVERIFY(factory); | 35 | QVERIFY(factory); |
34 | removeFromDisk("org.kde.dummy.instance1"); | 36 | removeFromDisk("org.kde.dummy.instance1"); |