summaryrefslogtreecommitdiffstats
path: root/test/uscxml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-14 08:11:54 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-08-14 08:11:54 (GMT)
commit8684cefe080ab61d11d956d17ecfa417c2446dcc (patch)
treee8f53f52b8098d96d878d0a7f3b07b9b0ba094f3 /test/uscxml
parent66b0852b0618cc4bfff08d47aa0af56353226190 (diff)
downloaduscxml-8684cefe080ab61d11d956d17ecfa417c2446dcc.zip
uscxml-8684cefe080ab61d11d956d17ecfa417c2446dcc.tar.gz
uscxml-8684cefe080ab61d11d956d17ecfa417c2446dcc.tar.bz2
JavaScriptCore in CMake module
Diffstat (limited to 'test/uscxml')
-rw-r--r--test/uscxml/test-jvoicexml.scxml9
1 files changed, 6 insertions, 3 deletions
diff --git a/test/uscxml/test-jvoicexml.scxml b/test/uscxml/test-jvoicexml.scxml
index 311f1c8..ca423ad 100644
--- a/test/uscxml/test-jvoicexml.scxml
+++ b/test/uscxml/test-jvoicexml.scxml
@@ -9,7 +9,10 @@
</invoke>
<state id="vxmlHello">
- <invoke type="vxml" id="vxml">
+ <invoke src="https://raw.githubusercontent.com/Roland-Taizun-Azhar/TaskAssistance-Project/master/WebContent/hello.vxml" type="vxml" id="vxml">
+ <param name="target" expr="'http://localhost:9090/mmi'" />
+ </invoke>
+ <!--invoke type="vxml" id="vxml">
<param name="target" expr="'http://localhost:9090/mmi'" />
<finalize>
<script>dump(_event);</script>
@@ -32,9 +35,9 @@
</vxml:form>
</vxml:vxml>
</content>
- </invoke>
+ </invoke-->
- <transition event="heartbeat" target="idle" />
+ <!-- <transition event="heartbeat" target="idle" /> -->
</state>
<state id="idle">