diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-21 21:24:01 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-21 21:24:01 +0100 |
commit | a3c4a70b635889ffba6477034d998984f889a719 (patch) | |
tree | 041b05d986557a11d899ba6439b7c0172a2f19a6 /tests/mailthreadtest.cpp | |
parent | d2d8a85aa6c56195368f7ec563a98afb6861acd9 (diff) | |
download | sink-a3c4a70b635889ffba6477034d998984f889a719.tar.gz sink-a3c4a70b635889ffba6477034d998984f889a719.zip |
Apply modifications to aggregate values
Diffstat (limited to 'tests/mailthreadtest.cpp')
-rw-r--r-- | tests/mailthreadtest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mailthreadtest.cpp b/tests/mailthreadtest.cpp index eabfc81..8c325d8 100644 --- a/tests/mailthreadtest.cpp +++ b/tests/mailthreadtest.cpp | |||
@@ -78,6 +78,7 @@ void MailThreadTest::testListThreadLeader() | |||
78 | QVERIFY(mails.first().getSubject().startsWith(QString("ThreadLeader"))); | 78 | QVERIFY(mails.first().getSubject().startsWith(QString("ThreadLeader"))); |
79 | auto threadSize = mails.first().getProperty("count").toInt(); | 79 | auto threadSize = mails.first().getProperty("count").toInt(); |
80 | QCOMPARE(threadSize, 2); | 80 | QCOMPARE(threadSize, 2); |
81 | QCOMPARE(mails.first().aggregatedIds().size(), 2); | ||
81 | } | 82 | } |
82 | 83 | ||
83 | /* | 84 | /* |