summaryrefslogtreecommitdiffstats
path: root/test/samples/w3c/convert-tests.sh
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-25 20:36:03 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-25 20:36:03 (GMT)
commit00f5d8af3c8e42ba8a0d0c206d2c2e8f1867a61e (patch)
treeafa4183b1bb4ee777cad27475c3d7679822c8046 /test/samples/w3c/convert-tests.sh
parent4d6fb580b1c1378cb1441fff4adeca889cbba58e (diff)
downloaduscxml-00f5d8af3c8e42ba8a0d0c206d2c2e8f1867a61e.zip
uscxml-00f5d8af3c8e42ba8a0d0c206d2c2e8f1867a61e.tar.gz
uscxml-00f5d8af3c8e42ba8a0d0c206d2c2e8f1867a61e.tar.bz2
Refactored CMakeLists and updated W3C tests
Diffstat (limited to 'test/samples/w3c/convert-tests.sh')
-rwxr-xr-xtest/samples/w3c/convert-tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/samples/w3c/convert-tests.sh b/test/samples/w3c/convert-tests.sh
index 4c47c71..42f8fce 100755
--- a/test/samples/w3c/convert-tests.sh
+++ b/test/samples/w3c/convert-tests.sh
@@ -18,3 +18,6 @@ do
echo "Processing $TXML to $DEST"
java -jar /Users/sradomski/Developer/Applications/SaxonHE9-4-0-7J/saxon9he.jar $TXML confXPath.xsl -o:$DEST
done
+
+cp txml/*.txt ecma/
+cp txml/*.txt xpath/ \ No newline at end of file