summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/ecma/test568.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/test568.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/test568.scxml')
-rw-r--r--test/samples/w3c/ecma/test568.scxml6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/samples/w3c/ecma/test568.scxml b/test/samples/w3c/ecma/test568.scxml
index ebfce36..03d32dd 100644
--- a/test/samples/w3c/ecma/test568.scxml
+++ b/test/samples/w3c/ecma/test568.scxml
@@ -4,10 +4,8 @@ send events. --><scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http:
<state id="s0">
- <transition cond="$_ioprocessors/scxml/location/text()" target="pass"/>
- <transition target="fail">
- <log expr="$_ioprocessors/processor[@name='scxml']/location/text()" />
- </transition>
+ <transition cond="$_ioprocessors/processor[@name='scxml']/location/text()" target="pass"/>
+ <transition target="fail"/>
</state>