corrected a test

This commit is contained in:
jstaerk
2024-05-22 17:52:13 +02:00
parent f2a6165ba4
commit 09729e46b5
2 changed files with 4 additions and 4 deletions

View File

@@ -68,9 +68,9 @@ public class XMLValidatorTest extends ResourceCase {
xv.validate();
} catch (final IrrecoverableValidationError e) {
noException = false; //expecting a fatal error, i.e. an exception
noException = false; //after corrected dependencies no longer expecting a exception here
}
assertFalse(noException);
assertTrue(noException);
noException=true;// moving on...
assertTrue(xv.getXMLResult().contains("<error type=\"25\""));
ctx.clear();