summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/tests/mailtemplatetest.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-03 13:33:30 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-03 13:33:30 -0600
commitd54fc6056ca03f47d1474b552225634a67a56984 (patch)
tree452e608439f37f0d55f57b0258fad4835778e198 /framework/src/domain/mime/tests/mailtemplatetest.cpp
parent094490c520d6268163238b8099b529936dc87456 (diff)
downloadkube-d54fc6056ca03f47d1474b552225634a67a56984.tar.gz
kube-d54fc6056ca03f47d1474b552225634a67a56984.zip
Silence tests
Diffstat (limited to 'framework/src/domain/mime/tests/mailtemplatetest.cpp')
-rw-r--r--framework/src/domain/mime/tests/mailtemplatetest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/src/domain/mime/tests/mailtemplatetest.cpp b/framework/src/domain/mime/tests/mailtemplatetest.cpp
index 50d2d869..9ec7cf18 100644
--- a/framework/src/domain/mime/tests/mailtemplatetest.cpp
+++ b/framework/src/domain/mime/tests/mailtemplatetest.cpp
@@ -209,9 +209,9 @@ private slots:
209 auto result = MailTemplates::createMessage({}, to, cc, bcc, from, subject, body, attachments, keys); 209 auto result = MailTemplates::createMessage({}, to, cc, bcc, from, subject, body, attachments, keys);
210 210
211 QVERIFY(result); 211 QVERIFY(result);
212 qWarning() << "---------------------------------"; 212 // qWarning() << "---------------------------------";
213 qWarning().noquote() << result->encodedContent(); 213 // qWarning().noquote() << result->encodedContent();
214 qWarning() << "---------------------------------"; 214 // qWarning() << "---------------------------------";
215 QCOMPARE(result->subject()->asUnicodeString(), subject); 215 QCOMPARE(result->subject()->asUnicodeString(), subject);
216 QVERIFY(result->date(false)->dateTime().isValid()); 216 QVERIFY(result->date(false)->dateTime().isValid());
217 QVERIFY(result->contentType()->isMimeType("multipart/signed")); 217 QVERIFY(result->contentType()->isMimeType("multipart/signed"));