mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
#21 Umbau NoScenarioMatch, als Fallback match
This commit is contained in:
parent
b350334a04
commit
cadedaf062
8 changed files with 55 additions and 45 deletions
|
|
@ -160,8 +160,6 @@ public abstract class BaseScenario {
|
|||
*/
|
||||
public XPathSelector getAcceptSelector() {
|
||||
if (this.acceptExecutable == null) {
|
||||
System.out.println(getAcceptMatch());
|
||||
System.out.println(prepareNamespaces());
|
||||
this.acceptExecutable = this.repository.createXPath(getAcceptMatch(), prepareNamespaces());
|
||||
}
|
||||
return this.acceptExecutable.load();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue