(chore) clarify actual test

This commit is contained in:
Andreas Penski (init) 2020-03-23 14:59:43 +01:00
parent b50bed91d1
commit 03cf40f328

View file

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