From 06edec33607dac155dab2184adb425fa6057355d Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 10 Feb 2016 15:46:37 +0100 Subject: Adapt to latest kasync version --- tests/maildirresourcetest.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/maildirresourcetest.cpp b/tests/maildirresourcetest.cpp index d47a3ac..28a1d44 100644 --- a/tests/maildirresourcetest.cpp +++ b/tests/maildirresourcetest.cpp @@ -329,7 +329,6 @@ private Q_SLOTS: .then(ResourceControl::flushReplayQueue(query.resources)) //The change needs to be replayed already .then(ResourceControl::inspect(ResourceControl::Inspection::ExistenceInspection(*mail, false))); }); - // .then([](){}); }) .exec(); result.waitForFinished(); @@ -366,8 +365,7 @@ private Q_SLOTS: .then(ResourceControl::flushReplayQueue(query.resources)) //The change needs to be replayed already .then(ResourceControl::inspect(ResourceControl::Inspection::PropertyInspection(*mail, "unread", true))) .then(ResourceControl::inspect(ResourceControl::Inspection::PropertyInspection(*mail, "subject", mail->getProperty("subject")))); - }) - .then([](){}); + }); }) .exec(); result.waitForFinished(); -- cgit v1.2.3