diff options
author | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-07-03 21:21:24 (GMT) |
---|---|---|
committer | Stefan Radomski <radomski@tk.informatik.tu-darmstadt.de> | 2014-07-03 21:21:24 (GMT) |
commit | 50174e88cd7ccbaa455bc40bd214ae494378a7cc (patch) | |
tree | be0e7707b704757105084141dd6e31109be53719 /test/w3c/xpath/test252.scxml | |
parent | 67f8e8b4106eb20ce0bc01fd840b0d8e4319cb36 (diff) | |
download | uscxml-50174e88cd7ccbaa455bc40bd214ae494378a7cc.zip uscxml-50174e88cd7ccbaa455bc40bd214ae494378a7cc.tar.gz uscxml-50174e88cd7ccbaa455bc40bd214ae494378a7cc.tar.bz2 |
Removed w3c ecma tests from xpath and vice versa
Diffstat (limited to 'test/w3c/xpath/test252.scxml')
-rw-r--r-- | test/w3c/xpath/test252.scxml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/w3c/xpath/test252.scxml b/test/w3c/xpath/test252.scxml index f8d93a5..1f92127 100644 --- a/test/w3c/xpath/test252.scxml +++ b/test/w3c/xpath/test252.scxml @@ -5,7 +5,7 @@ timeout indicates success. --><scxml xmlns="http://www.w3.org/2005/07/scxml" x <state id="s0" initial="s01"> <onentry> - <send event="timeout" delayexpr="'1s'"/> + <send event="timeout" delay="2s"/> </onentry> <transition event="timeout" target="pass"/> @@ -22,7 +22,7 @@ timeout indicates success. --><scxml xmlns="http://www.w3.org/2005/07/scxml" x <scxml initial="sub0" version="1.0" datamodel="xpath"> <state id="sub0"> <onentry> - <send event="timeout" delayexpr="'.5s'"/> + <send event="timeout" delay="2s"/> </onentry> <transition event="timeout" target="subFinal"/> <onexit> |