summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/update-txml.sh
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-05 12:24:46 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-05 12:24:46 (GMT)
commit48009e6bafca54d117bee81ea2a8b41f2aae1d70 (patch)
treee791f120ce5de86484c8fb3c3d5bc2163e8773d0 /test/samples/w3c/update-txml.sh
parent5a7c8fd646d77139f216755085e1252a1dee334d (diff)
downloaduscxml-48009e6bafca54d117bee81ea2a8b41f2aae1d70.zip
uscxml-48009e6bafca54d117bee81ea2a8b41f2aae1d70.tar.gz
uscxml-48009e6bafca54d117bee81ea2a8b41f2aae1d70.tar.bz2
Redownloaded tests and fixed some more w3c issues
Diffstat (limited to 'test/samples/w3c/update-txml.sh')
-rwxr-xr-xtest/samples/w3c/update-txml.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/samples/w3c/update-txml.sh b/test/samples/w3c/update-txml.sh
index dab3cf3..6cf9c01 100755
--- a/test/samples/w3c/update-txml.sh
+++ b/test/samples/w3c/update-txml.sh
@@ -1,4 +1,5 @@
#!/bin/bash
-wget -rl1 http://www.w3.org/Voice/2013/scxml-irp/
+wget -rl1 -Atxml,txt 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 \;
rm -rf www.w3.org \ No newline at end of file