1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
From: Ole Streicher <olebole@debian.org>
Date: Mon, 20 Feb 2017 15:43:50 +0100
Subject: Remove test depending on starlink.soap
---
build.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build.xml b/build.xml
index f745ce9..35a0e19 100644
--- a/build.xml
+++ b/build.xml
@@ -900,6 +900,7 @@
<classpath refid="tests-classpath"/>
+ <exclude name="uk/ac/starlink/votable/soap/AxisTest.java"/>
</javac>
</target>
@@ -935,6 +936,7 @@
<batchtest>
<fileset dir="${tests.dir}">
<include name="**/*Test.java"/>
+ <exclude name="uk/ac/starlink/votable/soap/AxisTest.java"/>
</fileset>
</batchtest>
|