diff options
author | Sven Gothel <[email protected]> | 2011-02-24 22:04:35 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-24 22:04:35 +0100 |
commit | f7f6cdea6749a709ebdb34165ad047e9556492f1 (patch) | |
tree | e650717c1812d9f27a992b325a97eeb6ea62b22b /test.sh |
Initial Commit - Testing tolerant XML input for corrupted files
Diffstat (limited to 'test.sh')
-rw-r--r-- | test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#! /bin/bash + +java -cp lib/dom4j-1.6.1-hudson-3.jar:build/classes Main test/TEST-ok-01.xml +java -cp lib/dom4j-1.6.1-hudson-3.jar:build/classes Main test/TEST-error-01.xml |