Merge branch 'branch-1.2.x'

This commit is contained in:
Andreas Penski (init) 2020-03-23 15:01:50 +01:00
commit f6bc280414

View file

@ -58,7 +58,7 @@ public class ComputeAcceptanceActionTest {
}
@Test
public void testValidAcceptMatchOnSchematronFailed() {
public void testAcceptMatchOverridesSchematronErrors() {
final Bag bag = createBag(true, false);
bag.getScenarioSelectionResult().getObject().setAcceptMatch("count(//doesnotExist) = 0");
this.action.check(bag);