diff options
Diffstat (limited to 'tests/mailthreadtest.cpp')
-rw-r--r-- | tests/mailthreadtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mailthreadtest.cpp b/tests/mailthreadtest.cpp index 3684514..82f9331 100644 --- a/tests/mailthreadtest.cpp +++ b/tests/mailthreadtest.cpp | |||
@@ -179,7 +179,7 @@ void MailThreadTest::testIndexInMixedOrder() | |||
179 | /* VERIFYEXEC(ResourceControl::flushMessageQueue(QByteArrayList() << mResourceInstanceIdentifier)); */ | 179 | /* VERIFYEXEC(ResourceControl::flushMessageQueue(QByteArrayList() << mResourceInstanceIdentifier)); */ |
180 | /* { */ | 180 | /* { */ |
181 | /* auto job = Store::fetchAll<Mail>(Query::RequestedProperties(QByteArrayList() << Mail::Folder::name << Mail::Subject::name)) */ | 181 | /* auto job = Store::fetchAll<Mail>(Query::RequestedProperties(QByteArrayList() << Mail::Folder::name << Mail::Subject::name)) */ |
182 | /* .syncThen<void, QList<Mail::Ptr>>([=](const QList<Mail::Ptr> &mails) { */ | 182 | /* .then([=](const QList<Mail::Ptr> &mails) { */ |
183 | /* QCOMPARE(mails.size(), 0); */ | 183 | /* QCOMPARE(mails.size(), 0); */ |
184 | /* }); */ | 184 | /* }); */ |
185 | /* VERIFYEXEC(job); */ | 185 | /* VERIFYEXEC(job); */ |