summaryrefslogtreecommitdiffstats
path: root/test.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-25 00:17:50 +0100
committerSven Gothel <[email protected]>2011-02-25 00:17:50 +0100
commit52c005fb1ce1339cf6dca30f4a30f6edc430d597 (patch)
tree29f1ad8e6547029098cafa5b81f52edc28e3b70d /test.sh
parentf7f6cdea6749a709ebdb34165ad047e9556492f1 (diff)
Rewritten due to some corruption (fs ?)
Diffstat (limited to 'test.sh')
-rw-r--r--test.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test.sh b/test.sh
index 2e6909e..9fc597d 100644
--- a/test.sh
+++ b/test.sh
@@ -1,4 +1,13 @@
#! /bin/bash
+echo TEST-ok-01
+echo
java -cp lib/dom4j-1.6.1-hudson-3.jar:build/classes Main test/TEST-ok-01.xml
+echo
+echo TEST-error-01 catched
+echo
java -cp lib/dom4j-1.6.1-hudson-3.jar:build/classes Main test/TEST-error-01.xml
+echo
+echo TEST-error-02 not catched
+echo
+java -cp lib/dom4j-1.6.1-hudson-3.jar:build/classes Main test/TEST-error-02.xml