[jdeb] 06/09: add xz.jar to classpath during tests
Tony Mancill
tmancill at moszumanska.debian.org
Sun Aug 31 05:56:53 UTC 2014
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository jdeb.
commit b6f6c894894e9d423d1f28e2cc3733ff7b126ca6
Author: tony mancill <tmancill at debian.org>
Date: Sat Aug 30 22:47:30 2014 -0700
add xz.jar to classpath during tests
---
debian/patches/02_set_classpath_for_tests.patch | 14 ++++++++++++++
debian/patches/series | 1 +
2 files changed, 15 insertions(+)
diff --git a/debian/patches/02_set_classpath_for_tests.patch b/debian/patches/02_set_classpath_for_tests.patch
new file mode 100644
index 0000000..2958215
--- /dev/null
+++ b/debian/patches/02_set_classpath_for_tests.patch
@@ -0,0 +1,14 @@
+diff --git a/pom.xml b/pom.xml
+index d6d4991..a3d2a90 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -124,6 +124,9 @@
+ <excludes>
+ <exclude>**/Abstract*</exclude>
+ </excludes>
++ <additionalClasspathElements>
++ <additionalClasspathElement>/usr/share/java/xz.jar</additionalClasspathElement>
++ </additionalClasspathElements>
+ <testFailureIgnore>false</testFailureIgnore>
+ <skip>false</skip>
+ </configuration>
diff --git a/debian/patches/series b/debian/patches/series
index 09c095e..d9b66cd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
01_fix_testcase_bouncycastle.patch
+02_set_classpath_for_tests.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jdeb.git
More information about the pkg-java-commits
mailing list