Fix kdepim-addons autotest EnterpriseHeaderStylePluginTest
ClosedPublic

Authored by gjditchfield on Aug 19 2019, 2:54 AM.

Details

Summary

EnterpriseHeaderStyle::format() returns a chunk of HTML ending with an
unclosed DIV. This patch adds a "</div>" tag in the tests, so that
testHeaderFile() can construct valid XHTML to pass to xmllint, and adds
the DIV to the expected output.

See also D22892.

Diff Detail

Repository
R81 KDE PIM Addons
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
gjditchfield created this revision.Aug 19 2019, 2:54 AM
Restricted Application added a project: KDE PIM. · View Herald TranscriptAug 19 2019, 2:54 AM
Restricted Application added a subscriber: kde-pim. · View Herald Transcript
gjditchfield requested review of this revision.Aug 19 2019, 2:54 AM
dvratil accepted this revision.Aug 19 2019, 8:30 PM
dvratil added a subscriber: dvratil.

Thanks!

This revision is now accepted and ready to land.Aug 19 2019, 8:30 PM
This revision was automatically updated to reflect the committed changes.