From d54fc6056ca03f47d1474b552225634a67a56984 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 3 Aug 2017 13:33:30 -0600 Subject: Silence tests --- framework/src/domain/mime/tests/mailtemplatetest.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'framework/src') 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: auto result = MailTemplates::createMessage({}, to, cc, bcc, from, subject, body, attachments, keys); QVERIFY(result); - qWarning() << "---------------------------------"; - qWarning().noquote() << result->encodedContent(); - qWarning() << "---------------------------------"; + // qWarning() << "---------------------------------"; + // qWarning().noquote() << result->encodedContent(); + // qWarning() << "---------------------------------"; QCOMPARE(result->subject()->asUnicodeString(), subject); QVERIFY(result->date(false)->dateTime().isValid()); QVERIFY(result->contentType()->isMimeType("multipart/signed")); -- cgit v1.2.3