summaryrefslogtreecommitdiffstats
path: root/tests/genericfacadetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/genericfacadetest.cpp')
-rw-r--r--tests/genericfacadetest.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/genericfacadetest.cpp b/tests/genericfacadetest.cpp
index 45ca54d..4c58b91 100644
--- a/tests/genericfacadetest.cpp
+++ b/tests/genericfacadetest.cpp
@@ -68,6 +68,11 @@ class GenericFacadeTest : public QObject
68 Q_OBJECT 68 Q_OBJECT
69private Q_SLOTS: 69private Q_SLOTS:
70 70
71 void init()
72 {
73 Akonadi2::Log::setDebugOutputLevel(Akonadi2::Log::Trace);
74 }
75
71 void testLoad() 76 void testLoad()
72 { 77 {
73 Akonadi2::Query query; 78 Akonadi2::Query query;