Skip to content

Commit

Permalink
[jboss-eap-qe#41] Update test for comment is not closed case
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvoboda committed Feb 13, 2017
1 parent b2607e8 commit ef6e407
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -143,7 +143,8 @@ public void commentIsNotClosed()throws Exception {
container().tryStartAndWaitForFail();

String errorLog = container().getErrorMessageFromServerStart();
assertContains(errorLog, "com.ctc.wstx.exc.WstxEOFException: Unexpected end of input block in comment");
assertContains(errorLog, "OPVDX001: Validation error in " + STANDALONE_COMMENT_IS_NOT_CLOSED_XML);
assertContains(errorLog, "^^^^ Unexpected end of input block in comment");
assertContains(errorLog, "WFLYCTL0085: Failed to parse configuration");
}

Expand Down

0 comments on commit ef6e407

Please sign in to comment.