<table><tr><td style="">gjditchfield created this revision.<br />gjditchfield added a reviewer: knauss.<br />Herald added a project: KDE PIM.<br />Herald added a subscriber: kde-pim.<br />gjditchfield requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D22828">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>templateparserjobtest suffers 3 failures in test_replyHtml() at lines</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">QVERIFY(parser->d->mOtp->htmlContent().isEmpty());
QVERIFY(!parser->d->mOtp->plainTextContent().isEmpty());</pre></div>

<p>I think these lines were added accidentally.</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">If I understand the git history, they were added in revision <a href="https://phabricator.kde.org/R94:a13359849ef0c9a8fbcc01234350d74ccbc2bc64" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">a13359849ef0</a>, "Merge branch 'Applications/19.04'", but they don't exist on the 19.04 branch or the previous master revision.</li>
<li class="remarkup-list-item">The first line verifies that htmlContent is empty, but later the test checks for expected HTML content.</li>
<li class="remarkup-list-item">test_replyHtml() has similar structure to test_replyPlain(), test_forwardplain(), and test_forwardHtml(), which do not have similar tests.</li>
</ul>

<p>This patch deletes the lines.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R94 PIM: Message Library</div></div></div><br /><div><strong>BRANCH</strong><div><div>templateparserjobtest (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D22828">https://phabricator.kde.org/D22828</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>templateparser/autotests/templateparserjobtest.cpp</div></div></div><br /><div><strong>To: </strong>gjditchfield, knauss<br /><strong>Cc: </strong>kde-pim, dvasin, rodsevich, winterz, vkrause, mlaurent, knauss, dvratil<br /></div>