summaryrefslogtreecommitdiffstats
path: root/test/w3c/promela/test310.scxml
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-08-01 21:47:10 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-08-01 21:47:10 (GMT)
commit045bde78c0587316e0373c7698413412d0f315f9 (patch)
treef90d4ceb9d48fdc0dc240fce031dc81308e471dd /test/w3c/promela/test310.scxml
parente0a7e43e2e41639bb50127cc5419b712a7b1f6e2 (diff)
downloaduscxml-045bde78c0587316e0373c7698413412d0f315f9.zip
uscxml-045bde78c0587316e0373c7698413412d0f315f9.tar.gz
uscxml-045bde78c0587316e0373c7698413412d0f315f9.tar.bz2
Reenabled V8, Debugger tests and smaller fixes
Diffstat (limited to 'test/w3c/promela/test310.scxml')
-rw-r--r--test/w3c/promela/test310.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/promela/test310.scxml b/test/w3c/promela/test310.scxml
index 2428dcd..43d80f0 100644
--- a/test/w3c/promela/test310.scxml
+++ b/test/w3c/promela/test310.scxml
@@ -3,7 +3,7 @@
<scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance" version="1.0" datamodel="promela" initial="p">
<parallel id="p">
<state id="s0">
- <transition cond="config[S1]" target="pass"/>
+ <transition cond="config[s1]" target="pass"/>
<transition target="fail"/>
</state>
<state id="s1"/>