summaryrefslogtreecommitdiffstats
path: root/test/w3c/promela/test411.scxml
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-08-02 06:04:38 (GMT)
committerGitHub <noreply@github.com>2017-08-02 06:04:38 (GMT)
commit97e72c5cb5e70eca231f74f01097c9b2392b4c98 (patch)
treef90d4ceb9d48fdc0dc240fce031dc81308e471dd /test/w3c/promela/test411.scxml
parent998e624aaddb237767f5d80e0ff12eb2cfdc814b (diff)
parent045bde78c0587316e0373c7698413412d0f315f9 (diff)
downloaduscxml-97e72c5cb5e70eca231f74f01097c9b2392b4c98.zip
uscxml-97e72c5cb5e70eca231f74f01097c9b2392b4c98.tar.gz
uscxml-97e72c5cb5e70eca231f74f01097c9b2392b4c98.tar.bz2
Merge pull request #165 from tklab-tud/sradomski
Reenabled V8, Debugger tests and smaller fixes
Diffstat (limited to 'test/w3c/promela/test411.scxml')
-rw-r--r--test/w3c/promela/test411.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/promela/test411.scxml b/test/w3c/promela/test411.scxml
index 317b8c4..4b8da3e 100644
--- a/test/w3c/promela/test411.scxml
+++ b/test/w3c/promela/test411.scxml
@@ -16,7 +16,7 @@ timeout also indicates failure -->
<transition event="event2" target="pass"/>
<state id="s01">
<onentry>
- <if cond="config[S01]">
+ <if cond="config[s01]">
<raise event="event2"/>
</if>
</onentry>