From 19998fce1c67fc99ccf9f30530275925927b88f3 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 1 Feb 2016 15:18:47 +0100 Subject: Fixed build --- tests/maildirresourcetest.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/maildirresourcetest.cpp b/tests/maildirresourcetest.cpp index 85c329e..7cdfc36 100644 --- a/tests/maildirresourcetest.cpp +++ b/tests/maildirresourcetest.cpp @@ -350,7 +350,6 @@ private Q_SLOTS: return Store::fetchAll( Query::ResourceFilter("org.kde.maildir.instance1") + Query::PropertyFilter("folder", folder) + Query::RequestedProperties(QByteArrayList() << "folder" << "subject") ) - Trace() << "Found a folder" << folder.identifier(); .then, QList >([query](const QList &mails) { //Can't use QCOMPARE because it tries to return FIXME Implement ASYNCCOMPARE if (mails.size() != 1) { -- cgit v1.2.3