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 1e6fee3 commit ea2c370
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public void testImportXMLDocument() throws Exception
catch (Exception ex)
{
log.error("Error!", ex);
fail();
fail(ex.getMessage());
}
}

Expand Down

0 comments on commit ea2c370

Please sign in to comment.