diff options
Diffstat (limited to 'tests/querytest.cpp')
-rw-r--r-- | tests/querytest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/querytest.cpp b/tests/querytest.cpp index 677dbac..fdfb609 100644 --- a/tests/querytest.cpp +++ b/tests/querytest.cpp | |||
@@ -145,6 +145,7 @@ private Q_SLOTS: | |||
145 | query.resources << "org.kde.dummy.instance1"; | 145 | query.resources << "org.kde.dummy.instance1"; |
146 | query.syncOnDemand = false; | 146 | query.syncOnDemand = false; |
147 | query.processAll = true; | 147 | query.processAll = true; |
148 | query.parentProperty = "parent"; | ||
148 | 149 | ||
149 | //Ensure all local data is processed | 150 | //Ensure all local data is processed |
150 | Akonadi2::Store::synchronize(query).exec().waitForFinished(); | 151 | Akonadi2::Store::synchronize(query).exec().waitForFinished(); |