summaryrefslogtreecommitdiffstats
path: root/test/samples/uscxml/test-response-element.scxml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-02-25 12:28:05 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-02-25 12:28:05 (GMT)
commit49c3c43d18c9cce6de305aae77cc8bd839506129 (patch)
treecfc4ea84416c76e8bbe3e27d2918321115b61e24 /test/samples/uscxml/test-response-element.scxml
parent47956a35d11495f2ebf6988c7f9d9dffe0bd3a4b (diff)
downloaduscxml-49c3c43d18c9cce6de305aae77cc8bd839506129.zip
uscxml-49c3c43d18c9cce6de305aae77cc8bd839506129.tar.gz
uscxml-49c3c43d18c9cce6de305aae77cc8bd839506129.tar.bz2
Introduced postpone element and reorganized http request representation as events
Diffstat (limited to 'test/samples/uscxml/test-response-element.scxml')
-rw-r--r--test/samples/uscxml/test-response-element.scxml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/samples/uscxml/test-response-element.scxml b/test/samples/uscxml/test-response-element.scxml
index d3d3c53..eb02320 100644
--- a/test/samples/uscxml/test-response-element.scxml
+++ b/test/samples/uscxml/test-response-element.scxml
@@ -3,9 +3,9 @@
<state id="start">
<state id="loop">
<transition event="http" target="loop">
- <!-- script>
+ <script>
dump(_event);
- </script -->
+ </script>
<response status="200" requestexpr="_event.origin" />
</transition>
</state>