diff options
Diffstat (limited to 'tests/maildirresourcetest.cpp')
-rw-r--r-- | tests/maildirresourcetest.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
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: | |||
329 | .then(ResourceControl::flushReplayQueue(query.resources)) //The change needs to be replayed already | 329 | .then(ResourceControl::flushReplayQueue(query.resources)) //The change needs to be replayed already |
330 | .then(ResourceControl::inspect<Mail>(ResourceControl::Inspection::ExistenceInspection(*mail, false))); | 330 | .then(ResourceControl::inspect<Mail>(ResourceControl::Inspection::ExistenceInspection(*mail, false))); |
331 | }); | 331 | }); |
332 | // .then<void>([](){}); | ||
333 | }) | 332 | }) |
334 | .exec(); | 333 | .exec(); |
335 | result.waitForFinished(); | 334 | result.waitForFinished(); |
@@ -366,8 +365,7 @@ private Q_SLOTS: | |||
366 | .then<void>(ResourceControl::flushReplayQueue(query.resources)) //The change needs to be replayed already | 365 | .then<void>(ResourceControl::flushReplayQueue(query.resources)) //The change needs to be replayed already |
367 | .then(ResourceControl::inspect<Mail>(ResourceControl::Inspection::PropertyInspection(*mail, "unread", true))) | 366 | .then(ResourceControl::inspect<Mail>(ResourceControl::Inspection::PropertyInspection(*mail, "unread", true))) |
368 | .then(ResourceControl::inspect<Mail>(ResourceControl::Inspection::PropertyInspection(*mail, "subject", mail->getProperty("subject")))); | 367 | .then(ResourceControl::inspect<Mail>(ResourceControl::Inspection::PropertyInspection(*mail, "subject", mail->getProperty("subject")))); |
369 | }) | 368 | }); |
370 | .then<void>([](){}); | ||
371 | }) | 369 | }) |
372 | .exec(); | 370 | .exec(); |
373 | result.waitForFinished(); | 371 | result.waitForFinished(); |