diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-07 04:16:03 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-07 04:16:03 +0200 |
commit | 116f0536136589b638dcf9ab171d7e2ced396a72 (patch) | |
tree | 7b16fff51f510bf7bc8d802aa3253fb8ef7a1163 /framework/src/domain/mime/tests/mailtemplatetest.cpp | |
parent | e86e2f1f4311a5bfbb75d121c697b8ae32c7c643 (diff) | |
download | kube-116f0536136589b638dcf9ab171d7e2ced396a72.tar.gz kube-116f0536136589b638dcf9ab171d7e2ced396a72.zip |
Fixed RE: prefixing on replies
Diffstat (limited to 'framework/src/domain/mime/tests/mailtemplatetest.cpp')
-rw-r--r-- | framework/src/domain/mime/tests/mailtemplatetest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/src/domain/mime/tests/mailtemplatetest.cpp b/framework/src/domain/mime/tests/mailtemplatetest.cpp index 1fff4c78..700ae7a3 100644 --- a/framework/src/domain/mime/tests/mailtemplatetest.cpp +++ b/framework/src/domain/mime/tests/mailtemplatetest.cpp | |||
@@ -113,6 +113,7 @@ private slots: | |||
113 | QTRY_VERIFY(result); | 113 | QTRY_VERIFY(result); |
114 | QCOMPARE(normalize(removeFirstLine(result->body())), normalize(msg->body())); | 114 | QCOMPARE(normalize(removeFirstLine(result->body())), normalize(msg->body())); |
115 | QCOMPARE(result->to()->addresses(), {{"konqi@example.org"}}); | 115 | QCOMPARE(result->to()->addresses(), {{"konqi@example.org"}}); |
116 | QCOMPARE(result->subject()->asUnicodeString(), {"RE: A random subject with alternative contenttype"}); | ||
116 | } | 117 | } |
117 | 118 | ||
118 | void testHtmlReply() | 119 | void testHtmlReply() |