removed test source code
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
}
|
||||
}*/
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user