summaryrefslogtreecommitdiffstats
path: root/test/w3c/txml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-06-25 21:05:44 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-06-25 21:05:44 (GMT)
commite3767be4f9c5874d9c996200f2e9705ce31a5976 (patch)
treebe3d06f550286e23eeb3252277c1a2b7d12554ef /test/w3c/txml
parent758bda908ded461c9d34d274a18454ffba4b7450 (diff)
downloaduscxml-e3767be4f9c5874d9c996200f2e9705ce31a5976.zip
uscxml-e3767be4f9c5874d9c996200f2e9705ce31a5976.tar.gz
uscxml-e3767be4f9c5874d9c996200f2e9705ce31a5976.tar.bz2
Work on bindings
- Introduced exceptions into C# and Java - Moved binding examples to /embedding - Interpreter will now throw exceptions, beware!
Diffstat (limited to 'test/w3c/txml')
-rw-r--r--test/w3c/txml/test350.txml6
-rw-r--r--test/w3c/txml/test446.txml2
-rw-r--r--test/w3c/txml/test446.txt12
3 files changed, 16 insertions, 4 deletions
diff --git a/test/w3c/txml/test350.txml b/test/w3c/txml/test350.txml
index 1086db7..784b96e 100644
--- a/test/w3c/txml/test350.txml
+++ b/test/w3c/txml/test350.txml
@@ -6,15 +6,15 @@ able to send an event to itself using its own session ID as the target -->
<scxml initial="s0" conf:datamodel="" version="1.0" xmlns="http://www.w3.org/2005/07/scxml" xmlns:conf="http://www.w3.org/2005/scxml-conformance">
<datamodel>
<data conf:id="1" conf:quoteExpr="#_scxml_"/>
- <data conf:id="2" conf:systemVarExpr="_sessionid”/>
+ <data conf:id="2" conf:systemVarExpr="_sessionid"/>
</datamodel>
<state id="s0">
<onentry>
- <conf:concatVars id1="1" id2="2"/>
+ <conf:concatVars id1="1" id2="2"/>
<send delay="5s" event="timeout"/>
- <send type="http://www.w3.org/TR/scxml/#SCXMLEventProcessor" conf:targetVar="1" event="s0Event"/>
+ <send type="http://www.w3.org/TR/scxml/#SCXMLEventProcessor" conf:targetVar="1" event="s0Event"/>
</onentry>
<transition event="s0Event" conf:targetpass=""/>
<transition event="*" conf:targetfail=""/>
diff --git a/test/w3c/txml/test446.txml b/test/w3c/txml/test446.txml
index afdf6a0..3d03fcf 100644
--- a/test/w3c/txml/test446.txml
+++ b/test/w3c/txml/test446.txml
@@ -6,7 +6,7 @@
xmlns:conf="http://www.w3.org/2005/scxml-conformance" initial="s0" version="1.0" datamodel="ecmascript">
<datamodel>
<data id="var1">[1, 2, 3]</data>
- <data id="var2" src="file:test458.txt"/>
+ <data id="var2" src="file:test446.txt"/>
</datamodel>
<state id="s0">
diff --git a/test/w3c/txml/test446.txt b/test/w3c/txml/test446.txt
new file mode 100644
index 0000000..4db4843
--- /dev/null
+++ b/test/w3c/txml/test446.txt
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<html><head>
+<title>300 Multiple Choices</title>
+</head><body>
+<h1>Multiple Choices</h1>
+The document name you requested (<code>/Voice/2013/scxml-irp/446/test446.txt</code>) could not be found on this server.
+However, we found documents with names similar to the one you requested.<p>Available documents:
+<ul>
+<li><a href="/Voice/2013/scxml-irp/446/test446.txml">/Voice/2013/scxml-irp/446/test446.txml</a> (common basename)
+</ul>
+Please consider informing the owner of the <a href="http://www.w3.org/Voice/2013/scxml-irp/">referring page</a> about the broken link.
+</body></html>