summaryrefslogtreecommitdiffstats
path: root/test/samples
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-12-20 00:56:45 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-12-20 00:56:45 (GMT)
commit0388c7ac478187ff8d264b6e0275a4c4a43796b9 (patch)
tree7e62439ebf72b6369ee7b1daa370e6251c06b7e0 /test/samples
parent22e22bfd0965e01fea041e053873d352387805f6 (diff)
downloaduscxml-0388c7ac478187ff8d264b6e0275a4c4a43796b9.zip
uscxml-0388c7ac478187ff8d264b6e0275a4c4a43796b9.tar.gz
uscxml-0388c7ac478187ff8d264b6e0275a4c4a43796b9.tar.bz2
Performance and bugfix for WebSockets
Diffstat (limited to 'test/samples')
-rw-r--r--test/samples/uscxml/test-performance.scxml2
-rwxr-xr-xtest/samples/w3c/update-txml.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/test/samples/uscxml/test-performance.scxml b/test/samples/uscxml/test-performance.scxml
index 4d2d4c4..d8e75da 100644
--- a/test/samples/uscxml/test-performance.scxml
+++ b/test/samples/uscxml/test-performance.scxml
@@ -1,6 +1,6 @@
<scxml datamodel="ecmascript">
<datamodel>
- <data id="iterations">10000</data>
+ <data id="iterations">100000</data>
</datamodel>
<state id="start">
<transition target="loop" />
diff --git a/test/samples/w3c/update-txml.sh b/test/samples/w3c/update-txml.sh
index 3c7255b..074318d 100755
--- a/test/samples/w3c/update-txml.sh
+++ b/test/samples/w3c/update-txml.sh
@@ -1,7 +1,7 @@
#!/bin/bash
wget -rl1 -Atxml,txt,xsl http://www.w3.org/Voice/2013/scxml-irp/
-find ./www.w3.org -name *.txml -exec cp {} ./txml \;
-find ./www.w3.org -name *.txt -exec cp {} ./txml \;
-find ./www.w3.org -name *.xsl -exec cp {} . \;
+find ./www.w3.org -name "*.txml" -exec cp {} ./txml \;
+find ./www.w3.org -name "*.txt" -exec cp {} ./txml \;
+find ./www.w3.org -name "*.xsl" -exec cp {} . \;
rm -rf www.w3.org \ No newline at end of file