File: 01_unittests.diff

package info (click to toggle)
libconcurrentlinkedhashmap-java 1.1~jdk5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 536 kB
  • ctags: 990
  • sloc: java: 4,903; xml: 630; sh: 21; makefile: 16
file content (19 lines) | stat: -rw-r--r-- 800 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Disable unit tests
 Unfortunately, not all the dependencies needed to run the unit tests for
 libconcurrentlinkedhashmap-java are available in Debian, so it is necessary
 to disable them in order to build the package.
Author: Miguel Landaeta <miguel@miguel.cc>
Bug-Debian: http://bugs.debian.org/608285
Forwarded: no
Last-Update: 2010-12-29

--- libconcurrentlinkedhashmap-java-1.1~jdk5.orig/pom.xml
+++ libconcurrentlinkedhashmap-java-1.1~jdk5/pom.xml
@@ -93,7 +93,6 @@
     <finalName>${artifactId}-${version}</finalName>
     <testOutputDirectory>build/test</testOutputDirectory>
     <sourceDirectory>src/java</sourceDirectory>
-    <testSourceDirectory>unittest/src/java/com</testSourceDirectory>
     <extensions>
       <extension>
         <groupId>org.jvnet.wagon-svn</groupId>