diff options
Diffstat (limited to 'test/w3c/lua/test234.scxml')
-rw-r--r-- | test/w3c/lua/test234.scxml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/w3c/lua/test234.scxml b/test/w3c/lua/test234.scxml index 7deec7f..81aed55 100644 --- a/test/w3c/lua/test234.scxml +++ b/test/w3c/lua/test234.scxml @@ -10,7 +10,7 @@ var2 should still be set to 1 --> </datamodel> <parallel id="p0"> <onentry> - <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="3000" event="timeout"/> + <send event="timeout" delay="3s"/> </onentry> <transition event="timeout" target="fail"/> <state id="p01"> @@ -39,7 +39,7 @@ var2 should still be set to 1 --> <scxml version="1.0" initial="sub0" datamodel="lua"> <state id="sub0"> <onentry> - <send xmlns:scxml="http://www.w3.org/2005/07/scxml" delay="2000" event="timeout"/> + <send event="timeout" delay="2s"/> </onentry> <transition event="timeout" target="subFinal2"/> </state> |