diff options
author | juehv <heuschkel@tk.tu-darmstadt.de> | 2016-12-01 16:31:58 (GMT) |
---|---|---|
committer | juehv <heuschkel@tk.tu-darmstadt.de> | 2016-12-01 16:31:58 (GMT) |
commit | ff8b0fef70c774bf60cbb822ec378dc999085fde (patch) | |
tree | 3220e4818b4da616c438fe81fcfd5c459e0447c9 /test/w3c | |
parent | 3852c03e80bdf2bdbf5b33f01fdac6a960fb1d7d (diff) | |
download | uscxml-ff8b0fef70c774bf60cbb822ec378dc999085fde.zip uscxml-ff8b0fef70c774bf60cbb822ec378dc999085fde.tar.gz uscxml-ff8b0fef70c774bf60cbb822ec378dc999085fde.tar.bz2 |
fix spontaneous transition problem when state chart has no events
Diffstat (limited to 'test/w3c')
-rw-r--r-- | test/w3c/ecma/test145.scxml | 2 |
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> |