summaryrefslogtreecommitdiffstats
path: root/test/w3c/promela/test351.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/promela/test351.scxml')
-rw-r--r--test/w3c/promela/test351.scxml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/w3c/promela/test351.scxml b/test/w3c/promela/test351.scxml
index 956e006..5e2a5b0 100644
--- a/test/w3c/promela/test351.scxml
+++ b/test/w3c/promela/test351.scxml
@@ -7,7 +7,7 @@
</datamodel>
<state id="s0">
<onentry>
- <send delay="5s" event="timeout"/>
+ <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="5000" event="timeout"/>
<send type="http://www.w3.org/TR/scxml/#SCXMLEventProcessor" id="send1" event="s0Event"/>
</onentry>
<transition event="s0Event" target="s1">
@@ -22,7 +22,7 @@
</state>
<state id="s2">
<onentry>
- <send delay="5s" event="timeout"/>
+ <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="5000" event="timeout"/>
<send event="s0Event2"/>
</onentry>
<transition event="s0Event2" target="s3">