summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/ecma/test530.scxml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-12 20:20:56 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-12 20:20:56 (GMT)
commit3c0206b79166051fdec562b4575474d44daf5863 (patch)
treee5425e7802ac2226e87e0fd71644e4f6e66c4cdc /test/samples/w3c/ecma/test530.scxml
parent714c3d1ee60df7efb1523e752c26fe17e4c74fb2 (diff)
downloaduscxml-3c0206b79166051fdec562b4575474d44daf5863.zip
uscxml-3c0206b79166051fdec562b4575474d44daf5863.tar.gz
uscxml-3c0206b79166051fdec562b4575474d44daf5863.tar.bz2
Reactivated coverage for nightly builds
Diffstat (limited to 'test/samples/w3c/ecma/test530.scxml')
-rw-r--r--test/samples/w3c/ecma/test530.scxml4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/samples/w3c/ecma/test530.scxml b/test/samples/w3c/ecma/test530.scxml
index 0090907..9361181 100644
--- a/test/samples/w3c/ecma/test530.scxml
+++ b/test/samples/w3c/ecma/test530.scxml
@@ -18,9 +18,7 @@ is evaluated at the right time, we should get invoke.done, otherwise an error -
</invoke>
<transition event="done.invoke" target="pass"/>
- <transition event="*" target="fail">
- <log expr="_event.name" />
- </transition>
+ <transition event="*" target="fail"/>
</state>
<final id="pass"><onentry><log label="Outcome" expr="'pass'"/></onentry></final>