summaryrefslogtreecommitdiffstats
path: root/test/w3c/ecma/test553.scxml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-03 11:31:35 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-07-03 11:31:35 (GMT)
commit67f8e8b4106eb20ce0bc01fd840b0d8e4319cb36 (patch)
tree42ba94ef35bf70d74ebb8dcc03e01752874a6540 /test/w3c/ecma/test553.scxml
parentb542369263782dc8b85893e218119ed070efa7b3 (diff)
downloaduscxml-67f8e8b4106eb20ce0bc01fd840b0d8e4319cb36.zip
uscxml-67f8e8b4106eb20ce0bc01fd840b0d8e4319cb36.tar.gz
uscxml-67f8e8b4106eb20ce0bc01fd840b0d8e4319cb36.tar.bz2
Introduced isLocation for datamodels to check for valid namelist entries
Diffstat (limited to 'test/w3c/ecma/test553.scxml')
-rw-r--r--test/w3c/ecma/test553.scxml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/w3c/ecma/test553.scxml b/test/w3c/ecma/test553.scxml
index 0df3c3e..3dd0aeb 100644
--- a/test/w3c/ecma/test553.scxml
+++ b/test/w3c/ecma/test553.scxml
@@ -5,9 +5,9 @@ of <send>'s args causes an error.. --><scxml xmlns="http://www.w3.org/2005/07/s
<state id="s0">
<onentry>
<!-- timeout event -->
- <send event="timeout" delayexpr="'50ms'"/>
+ <send event="timeout" delayexpr="'500ms'"/>
<!-- generate an invalid namelist -->
- <send event="event1" namelist="&#34;foo&#34;"/>
+ <send event="event1" namelist="&#34;foo"/>
</onentry>
<!-- if we get the timeout before event1, we assume that event1 hasn't been sent