summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorjuehv <heuschkel@tk.tu-darmstadt.de>2016-12-01 16:31:58 (GMT)
committerjuehv <heuschkel@tk.tu-darmstadt.de>2016-12-01 16:31:58 (GMT)
commitff8b0fef70c774bf60cbb822ec378dc999085fde (patch)
tree3220e4818b4da616c438fe81fcfd5c459e0447c9 /test
parent3852c03e80bdf2bdbf5b33f01fdac6a960fb1d7d (diff)
downloaduscxml-ff8b0fef70c774bf60cbb822ec378dc999085fde.zip
uscxml-ff8b0fef70c774bf60cbb822ec378dc999085fde.tar.gz
uscxml-ff8b0fef70c774bf60cbb822ec378dc999085fde.tar.bz2
fix spontaneous transition problem when state chart has no events
Diffstat (limited to 'test')
-rw-r--r--test/w3c/ecma/test145.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/ecma/test145.scxml b/test/w3c/ecma/test145.scxml
index b0fdba6..5e9c32b 100644
--- a/test/w3c/ecma/test145.scxml
+++ b/test/w3c/ecma/test145.scxml
@@ -14,7 +14,7 @@
<transition event="*" target="fail"/>
</state>
<state id="s2">
- <transition target="s2"/>
+ <transition target="pass"/>
</state>
<final id="pass">
<onentry>