mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
(chore) clarify actual test
This commit is contained in:
parent
b50bed91d1
commit
03cf40f328
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue