mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
(chore) default (invalid) match for fallback scenario
This commit is contained in:
parent
69372a9d5d
commit
435c428c5f
1 changed files with 1 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ public class ScenarioRepository {
|
||||||
private ScenarioType createFallback() {
|
private ScenarioType createFallback() {
|
||||||
final ScenarioType t = new ScenarioType();
|
final ScenarioType t = new ScenarioType();
|
||||||
t.setName("Fallback-Scenario");
|
t.setName("Fallback-Scenario");
|
||||||
|
t.setMatch("count(/)<0");
|
||||||
final CreateReportType reportType = new CreateReportType();
|
final CreateReportType reportType = new CreateReportType();
|
||||||
reportType.setResource(this.scenarios.getNoScenarioReport().getResource());
|
reportType.setResource(this.scenarios.getNoScenarioReport().getResource());
|
||||||
t.initialize(this.repository, true);
|
t.initialize(this.repository, true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue