summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/xpath/test191.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/w3c/xpath/test191.scxml')
-rw-r--r--test/samples/w3c/xpath/test191.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/samples/w3c/xpath/test191.scxml b/test/samples/w3c/xpath/test191.scxml
index 25862ac..1910eaf 100644
--- a/test/samples/w3c/xpath/test191.scxml
+++ b/test/samples/w3c/xpath/test191.scxml
@@ -22,7 +22,7 @@ pass, otherwise we fail. The timer insures that some event is generated and tha
</content>
</invoke>
<transition event="childToParent" target="pass"/>
- <transition event="*" target="pass"/>
+ <transition event="*" target="fail"/>
</state>
<final id="pass"><onentry><log label="Outcome" expr="'pass'"/></onentry></final>