summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/ecma/test159.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/w3c/ecma/test159.scxml')
-rw-r--r--test/samples/w3c/ecma/test159.scxml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/samples/w3c/ecma/test159.scxml b/test/samples/w3c/ecma/test159.scxml
index d144855..d7b7821 100644
--- a/test/samples/w3c/ecma/test159.scxml
+++ b/test/samples/w3c/ecma/test159.scxml
@@ -6,8 +6,8 @@ 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=""/>
- <conf:incrementId id="1"/>
+ <send event="thisWillFail" target="baz"/>
+ <assign location="Var1" expr="Var1 + 1"/>
</onentry>
<transition cond="Var1==1" target="fail"/>
<transition target="pass"/>