#21 Umbau NoScenarioMatch, als Fallback match

This commit is contained in:
Andreas Penski (init) 2019-05-17 16:11:02 +02:00 committed by Andreas Penski
parent b350334a04
commit cadedaf062
8 changed files with 55 additions and 45 deletions

View file

@ -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();