diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-22 10:48:13 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-22 10:48:13 +0100 |
commit | 50069f3c28b4130a9a81c25746d2c9d97c0356f5 (patch) | |
tree | 576a06957ea5139fab9474ad421aca1df51ca51d | |
parent | 1f2f499f4a0b1215eced81130a5ad52fe0b5efe4 (diff) | |
download | sink-50069f3c28b4130a9a81c25746d2c9d97c0356f5.tar.gz sink-50069f3c28b4130a9a81c25746d2c9d97c0356f5.zip |
Expect what we can rely on
-rw-r--r-- | tests/maildirresourcetest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/maildirresourcetest.cpp b/tests/maildirresourcetest.cpp index a4856ce..620ff04 100644 --- a/tests/maildirresourcetest.cpp +++ b/tests/maildirresourcetest.cpp | |||
@@ -94,7 +94,7 @@ private Q_SLOTS: | |||
94 | 94 | ||
95 | auto model = Akonadi2::Store::loadModel<Akonadi2::ApplicationDomain::Folder>(query); | 95 | auto model = Akonadi2::Store::loadModel<Akonadi2::ApplicationDomain::Folder>(query); |
96 | QTRY_VERIFY(model->data(QModelIndex(), Akonadi2::Store::ChildrenFetchedRole).toBool()); | 96 | QTRY_VERIFY(model->data(QModelIndex(), Akonadi2::Store::ChildrenFetchedRole).toBool()); |
97 | QVERIFY(model->rowCount(QModelIndex()) > 1); | 97 | QCOMPARE(model->rowCount(QModelIndex()), 2); |
98 | } | 98 | } |
99 | 99 | ||
100 | void testListFolderTree() | 100 | void testListFolderTree() |