summaryrefslogtreecommitdiffstats
path: root/test/uscxml/test-jvoicexml.scxml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-10-12 11:11:06 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-10-12 11:11:06 (GMT)
commitfa90b5749693d9f5817ad1f106334a0877171fd3 (patch)
tree8d53b5c820590cad54893bc575ef55df38f55d23 /test/uscxml/test-jvoicexml.scxml
parentc36b123a60278caef5d06e8a7d0b3d338d669c75 (diff)
downloaduscxml-fa90b5749693d9f5817ad1f106334a0877171fd3.zip
uscxml-fa90b5749693d9f5817ad1f106334a0877171fd3.tar.gz
uscxml-fa90b5749693d9f5817ad1f106334a0877171fd3.tar.bz2
Major work on PROMELA datamodel
Diffstat (limited to 'test/uscxml/test-jvoicexml.scxml')
-rw-r--r--test/uscxml/test-jvoicexml.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/uscxml/test-jvoicexml.scxml b/test/uscxml/test-jvoicexml.scxml
index 2e60cf3..706541b 100644
--- a/test/uscxml/test-jvoicexml.scxml
+++ b/test/uscxml/test-jvoicexml.scxml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<scxml xmlns="http://www.w3.org/2005/07/scxml" xmlns:vxml="http://www.w3.org/2001/vxml" datamodel="ecmascript">
<!-- get dump() function into datamodel -->
- <script src="http://uscxml.tk.informatik.tu-darmstadt.de/scripts/dump.js"/>
+ <script src="file:///Users/sradomski/Desktop/dump.js"/>
<script>
vxmlTargetURL = "http://localhost:9090/mmi";
</script>