summaryrefslogtreecommitdiffstats
path: root/test/w3c/xpath/test159.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/xpath/test159.scxml')
-rw-r--r--test/w3c/xpath/test159.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/xpath/test159.scxml b/test/w3c/xpath/test159.scxml
index 1f2af35..779ed7c 100644
--- a/test/w3c/xpath/test159.scxml
+++ b/test/w3c/xpath/test159.scxml
@@ -6,7 +6,7 @@ The send tag will raise an error so var1 should not be incremented. If it is fa
<state id="s0">
<onentry>
- <send event="thisWillFail" conf:illegaltarget=""/>
+ <send event="thisWillFail" target="baz"/>
<assign location="$Var1" expr="$Var1 + 1"/>
</onentry>
<transition cond="$Var1/text() =1" target="fail"/>