summaryrefslogtreecommitdiffstats
path: root/test/w3c/ecma/test403c.scxml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-10-12 20:51:57 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-10-12 20:51:57 (GMT)
commit9ba649b087df2bc161759e55549facc2f8f80878 (patch)
tree210f9ff17c55a09744da0dcede9ff27b8e1fb47e /test/w3c/ecma/test403c.scxml
parentfa90b5749693d9f5817ad1f106334a0877171fd3 (diff)
downloaduscxml-9ba649b087df2bc161759e55549facc2f8f80878.zip
uscxml-9ba649b087df2bc161759e55549facc2f8f80878.tar.gz
uscxml-9ba649b087df2bc161759e55549facc2f8f80878.tar.bz2
Passing all tests but xpath and lua
Diffstat (limited to 'test/w3c/ecma/test403c.scxml')
-rw-r--r--test/w3c/ecma/test403c.scxml6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/w3c/ecma/test403c.scxml b/test/w3c/ecma/test403c.scxml
index f583851..8bb126d 100644
--- a/test/w3c/ecma/test403c.scxml
+++ b/test/w3c/ecma/test403c.scxml
@@ -17,20 +17,20 @@
<transition event="event2"/>
</state>
<state id="p0s2">
- <transition event="event1" target="p0s1" this="1">
+ <transition event="event1" target="p0s1">
<raise event="event2"/>
</transition>
</state>
<state id="p0s3">
<!-- this transition should be blocked by the one in p0s2-->
- <transition event="event1" target="fail" this="2"/>
+ <transition event="event1" target="fail"/>
<!-- this transition will preempt the one that p0s2 inherits
from an ancestor -->
<transition event="event2" target="s1"/>
</state>
<state id="p0s4">
<!-- this transition never gets preempted, should fire twice -->
- <transition event="*" this="3">
+ <transition event="*">
<assign location="Var1" expr="Var1 + 1"/>
</transition>
</state>