summaryrefslogtreecommitdiffstats
path: root/test/w3c/txml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-10-12 20:51:57 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-10-12 20:51:57 (GMT)
commit9ba649b087df2bc161759e55549facc2f8f80878 (patch)
tree210f9ff17c55a09744da0dcede9ff27b8e1fb47e /test/w3c/txml
parentfa90b5749693d9f5817ad1f106334a0877171fd3 (diff)
downloaduscxml-9ba649b087df2bc161759e55549facc2f8f80878.zip
uscxml-9ba649b087df2bc161759e55549facc2f8f80878.tar.gz
uscxml-9ba649b087df2bc161759e55549facc2f8f80878.tar.bz2
Passing all tests but xpath and lua
Diffstat (limited to 'test/w3c/txml')
-rw-r--r--test/w3c/txml/test252.txml4
-rw-r--r--test/w3c/txml/test307.txml4
2 files changed, 4 insertions, 4 deletions
diff --git a/test/w3c/txml/test252.txml b/test/w3c/txml/test252.txml
index ba43543..40c36cb 100644
--- a/test/w3c/txml/test252.txml
+++ b/test/w3c/txml/test252.txml
@@ -9,7 +9,7 @@ timeout indicates success. -->
<state id="s0" initial="s01">
<onentry>
- <send event="timeout" conf:delay="1"/>
+ <send event="timeout" delay="2s"/>
</onentry>
<transition event="timeout" conf:targetpass=""/>
@@ -26,7 +26,7 @@ timeout indicates success. -->
<scxml initial="sub0" version="1.0" conf:datamodel="" xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance">
<state id="sub0">
<onentry>
- <send event="timeout" conf:delay=".5"/>
+ <send event="timeout" delay="2s"/>
</onentry>
<transition event="timeout" target="subFinal"/>
<onexit>
diff --git a/test/w3c/txml/test307.txml b/test/w3c/txml/test307.txml
index 0cfeef2..f6691c7 100644
--- a/test/w3c/txml/test307.txml
+++ b/test/w3c/txml/test307.txml
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?><scxml xmlns="http://www.w3.org/2005/07/scxml"
-xmlns:conf="http://www.w3.org/2005/scxml-conformance" version="1.0" initial="s0" conf:datamodel="" binding="late">
+<?xml version="1.0" encoding="UTF-8"?><scxml xmlns="http://www.w3.org/2005/07/scxml" conf:datamodel=""
+xmlns:conf="http://www.w3.org/2005/scxml-conformance" version="1.0" initial="s0" binding="late">
<!-- with binding=late, in s0 we access a variable that isn't created until we get to s1. Then in s1
we access a non-existent substructure of a variable. We use log tags to report the values that both operations