File: Remove-test-depending-on-starlink.soap.patch

package info (click to toggle)
starjava-votable 2.0%2B2022.08.30-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,188 kB
  • sloc: java: 12,138; xml: 655; makefile: 17
file content (28 lines) | stat: -rw-r--r-- 678 bytes parent folder | download
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>