summaryrefslogtreecommitdiffstats
path: root/test/w3c/ecma/test311.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/ecma/test311.scxml')
-rw-r--r--test/w3c/ecma/test311.scxml3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/w3c/ecma/test311.scxml b/test/w3c/ecma/test311.scxml
index 851f3ad..9398c38 100644
--- a/test/w3c/ecma/test311.scxml
+++ b/test/w3c/ecma/test311.scxml
@@ -3,7 +3,8 @@
<state id="s0">
<onentry>
- <assign location="Var1" expr="1"/>
+ <send event="timeout" delay="1s"/>
+ <assign location="foo.bar.baz " expr="1"/>
</onentry>
<transition event="error.execution" target="pass"/>
<transition event=".*" target="fail"/>