From 241a446b0661b668e24e297753d4dfc762fb1fd4 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 30 Jun 2017 17:36:55 +0200 Subject: Reply to signed messages. --- framework/src/domain/mime/tests/mailtemplatetest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/src/domain/mime/tests') diff --git a/framework/src/domain/mime/tests/mailtemplatetest.cpp b/framework/src/domain/mime/tests/mailtemplatetest.cpp index 18f315f1..4dc8e2bd 100644 --- a/framework/src/domain/mime/tests/mailtemplatetest.cpp +++ b/framework/src/domain/mime/tests/mailtemplatetest.cpp @@ -36,6 +36,7 @@ static QString normalize(const QString &s) auto text = s; text.replace(">", ""); text.replace("\n", ""); + text.replace("=", ""); text.replace(" ", ""); return text; } @@ -87,9 +88,8 @@ private slots: result = r; }); QTRY_VERIFY(result); - auto content = normalize(removeFirstLine(result->body())); + auto content = removeFirstLine(result->body()); QVERIFY(!content.isEmpty()); - QEXPECT_FAIL("", "Not implemented yet.", Continue); QVERIFY(content.contains("i noticed a new branch")); } -- cgit v1.2.3