summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/tests/mailtemplatetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/domain/mime/tests/mailtemplatetest.cpp')
-rw-r--r--framework/src/domain/mime/tests/mailtemplatetest.cpp1
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()