removed test source code

This commit is contained in:
jstaerk
2021-12-16 11:59:04 +01:00
parent 88448c66e1
commit b625b78c50
2 changed files with 3 additions and 2 deletions

View File

@@ -407,7 +407,7 @@ public class XMLValidator extends Validator {
.setLocation(failedAssert.getLocation()).setCriterion(failedAssert.getTest()).setSection(section)
.setPart(EPart.fx));
failedRules++;
} else if ((object instanceof FiredRule)||(object instanceof ActivePattern)) {
} else if (object instanceof FiredRule) {
firedRules++;
}
}

View File

@@ -240,6 +240,7 @@ public class XMLValidatorTest extends ResourceCase {
}
/* UBL validation is not yet there :-(
public void testXRValidationUBL() {
ValidationContext ctx = new ValidationContext(null);
XMLValidator xv = new XMLValidator(ctx);
@@ -262,6 +263,6 @@ public class XMLValidatorTest extends ResourceCase {
}
assertTrue(noExceptions);
}
}*/
}