Skip to content

Commit

Permalink
MNT-24250: 2.7.3-alfresco.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel-608 committed Mar 12, 2024
1 parent 995b4e6 commit 2e128c0
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,13 +255,7 @@ public void testImportXMLDocument() throws Exception

log.info("XSLT Processor output: " + output);
Diff myDiff = new Diff("<html>\n<body>\n<h2>My CD Collection</h2>\n<table border=\"1\">\n<tr bgcolor=\"#9acd32\">\n<th>Title</th><th>Artist</th>\n</tr>\n<tr>\n<td></td><td></td>\n</tr>\n</table>\n</body>\n</html>\n", output);
assertTrue(String.format(
"""
Pieces of XML are similar %s
output: %s
""", myDiff, output), myDiff.similar());
assertTrue("Pieces of XML are similar " + myDiff + "\n\noutput: " + output + "\n\n", myDiff.similar());
}
catch (Exception ex)
{
Expand Down

0 comments on commit 2e128c0

Please sign in to comment.