diff options
author | Jens Heuschkel <heuschkel@tk.tu-darmstadt.de> | 2016-11-21 14:30:35 (GMT) |
---|---|---|
committer | Jens Heuschkel <heuschkel@tk.tu-darmstadt.de> | 2016-11-21 14:30:35 (GMT) |
commit | 436e703802df6a29aec17bd600b9414dda4392da (patch) | |
tree | 385db18dcf961e6e5a0b84c4f6b6c3310622bbf6 /test/w3c | |
parent | 2bae54256b2b87040ab6ae2bc1f1ba82f68d543a (diff) | |
download | uscxml-436e703802df6a29aec17bd600b9414dda4392da.zip uscxml-436e703802df6a29aec17bd600b9414dda4392da.tar.gz uscxml-436e703802df6a29aec17bd600b9414dda4392da.tar.bz2 |
implement some small todo
Diffstat (limited to 'test/w3c')
-rw-r--r-- | test/w3c/ecma/test144.scxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/ecma/test144.scxml b/test/w3c/ecma/test144.scxml index e47f3f0..76ee416 100644 --- a/test/w3c/ecma/test144.scxml +++ b/test/w3c/ecma/test144.scxml @@ -5,7 +5,7 @@ foo occurs before bar, success, otherwise failure --> <state id="s0"> <onentry> <raise event="foo"/> - <raise event="*"/> + <raise event="bar"/> </onentry> <transition event="foo" target="s1"/> <transition event="*" target="fail"/> |