summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-11-23 09:44:43 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-11-23 09:44:43 (GMT)
commit63d1783beadf2f365de990e198dbb9c8cb885586 (patch)
treeb7fd2b69529b6887e7e2b402e21614b31127902d /test
parent0c7c61257e8277ea6c05451da9a6f0bfd0fe7eea (diff)
parent84df16100bb76a99e6d6474dc118d94fc271d5dd (diff)
downloaduscxml-63d1783beadf2f365de990e198dbb9c8cb885586.zip
uscxml-63d1783beadf2f365de990e198dbb9c8cb885586.tar.gz
uscxml-63d1783beadf2f365de990e198dbb9c8cb885586.tar.bz2
Merge branch 'master' of github.com:tklab-tud/uscxml
Diffstat (limited to 'test')
-rw-r--r--test/w3c/ecma/test144.scxml2
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"/>