mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Merge branch 'branch-1.2.x'
This commit is contained in:
commit
f6bc280414
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue