summaryrefslogtreecommitdiffstats
path: root/test/w3c/xpath/test409.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/xpath/test409.scxml')
-rw-r--r--test/w3c/xpath/test409.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/xpath/test409.scxml b/test/w3c/xpath/test409.scxml
index 2d5a63d..e321d46 100644
--- a/test/w3c/xpath/test409.scxml
+++ b/test/w3c/xpath/test409.scxml
@@ -5,7 +5,7 @@ be raised. Therefore the timeout should fire to indicate success --><scxml xm
<state id="s0" initial="s01">
<onentry>
- <send event="timeout" delay="1s"/>
+ <send event="timeout" delayexpr="'1s'"/>
</onentry>
<transition event="timeout" target="pass"/>