summaryrefslogtreecommitdiffstats
path: root/test/w3c/lua/test354.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/lua/test354.scxml')
-rw-r--r--test/w3c/lua/test354.scxml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/w3c/lua/test354.scxml b/test/w3c/lua/test354.scxml
index bfbdcea..a7285f4 100644
--- a/test/w3c/lua/test354.scxml
+++ b/test/w3c/lua/test354.scxml
@@ -9,7 +9,7 @@ and that correct values are used -->
</datamodel>
<state id="s0">
<onentry>
- <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="5000" event="timeout"/>
+ <send delay="5s" event="timeout"/>
<send event="event1" type="http://www.w3.org/TR/scxml/#SCXMLEventProcessor" namelist="Var1">
<param name="param1" expr="2"/>
</send>
@@ -31,7 +31,7 @@ and that correct values are used -->
</state>
<state id="s3">
<onentry>
- <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="5000" event="timeout"/>
+ <send delay="5s" event="timeout"/>
<send event="event2">
<content>123</content>
</send>