This commit is contained in:
Jochen Stärk
2026-02-26 14:25:23 +01:00
parent fb0634f279
commit a59fce7dab
3 changed files with 12 additions and 4 deletions

View File

@@ -85,6 +85,9 @@ public class XMLValidatorTest extends ResourceCase {
} catch (final IrrecoverableValidationError e) {
noException = false;
}
assertTrue(noException);
noException=true;// moving on...
final String res = xv.getXMLResult();
/*OutputStream os = null;
try {
@@ -166,6 +169,8 @@ public class XMLValidatorTest extends ResourceCase {
noException = false;
}
assertTrue(noException);
noException=true;// moving on...
try {
ctx.clear();
tempFile = getResourceAsFile("invalidV2Root.xml");