diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-06 16:19:51 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-10 10:40:01 +0200 |
commit | f689ad1021a7805f6f8b6a81f534b4cb9ca91f51 (patch) | |
tree | c18d746b775279f143c8d8052924bb4d83fbb91f /tests/genericfacadetest.cpp | |
parent | c3f6e72c2d46906a4699127b558ca248729ce577 (diff) | |
download | sink-f689ad1021a7805f6f8b6a81f534b4cb9ca91f51.tar.gz sink-f689ad1021a7805f6f8b6a81f534b4cb9ca91f51.zip |
Change replay
So far only includes modifications and additions,
removals are not yet stored as separate revisions.
Diffstat (limited to 'tests/genericfacadetest.cpp')
-rw-r--r-- | tests/genericfacadetest.cpp | 5 |
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 |
69 | private Q_SLOTS: | 69 | private 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; |