summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/tests
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/domain/mime/tests')
-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 b0d91182..302fae95 100644
--- a/framework/src/domain/mime/tests/mailtemplatetest.cpp
+++ b/framework/src/domain/mime/tests/mailtemplatetest.cpp
@@ -242,6 +242,7 @@ private slots:
242 QCOMPARE(result->body(), body.toUtf8()); 242 QCOMPARE(result->body(), body.toUtf8());
243 QVERIFY(result->date(false)->dateTime().isValid()); 243 QVERIFY(result->date(false)->dateTime().isValid());
244 QVERIFY(result->contentType()->isMimeType("text/plain")); 244 QVERIFY(result->contentType()->isMimeType("text/plain"));
245 QVERIFY(result->messageID(false) && !result->messageID(false)->isEmpty());
245 } 246 }
246 247
247 void testCreateHtmlMail() 248 void testCreateHtmlMail()