summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-05-09 10:39:14 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-05-21 09:09:56 (GMT)
commitaa03065dc96ac967d662362b9e506c5bb741386a (patch)
treed3c8e9f05fa242d6c505033593b01fcca9828170 /test
parent19340ddc7dc929aad094eed3f6a3cd7f84d86a4b (diff)
downloadstroke-aa03065dc96ac967d662362b9e506c5bb741386a.zip
stroke-aa03065dc96ac967d662362b9e506c5bb741386a.tar.bz2
Use the Aalto XML parser instead of XPP
Also adds a 'make test' target for the Makefile. Set the JUNIT environment variable to point to your jar if it doesn't find it.
Diffstat (limited to 'test')
-rw-r--r--test/com/isode/stroke/parser/XMLParserTest.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/com/isode/stroke/parser/XMLParserTest.java b/test/com/isode/stroke/parser/XMLParserTest.java
index e3f054b..a1b5d1c 100644
--- a/test/com/isode/stroke/parser/XMLParserTest.java
+++ b/test/com/isode/stroke/parser/XMLParserTest.java
@@ -31,11 +31,7 @@ public class XMLParserTest {
}
private void join(XMLParser parser) {
- try {
- ((PullXMLParser) parser).getParserThread().join(300);
- } catch (InterruptedException ex) {
- Logger.getLogger(XMLParserTest.class.getName()).log(Level.SEVERE, null, ex);
- }
+
}
@Test