[pkg-java] r15679 - trunk/libwoodstox-java/debian/patches
Giovanni Mascellani
gio at alioth.debian.org
Wed Jan 11 12:33:56 UTC 2012
Author: gio
Date: 2012-01-11 12:33:55 +0000 (Wed, 11 Jan 2012)
New Revision: 15679
Modified:
trunk/libwoodstox-java/debian/patches/20-testsuite-enable.dpatch
Log:
Enable test suite.
Modified: trunk/libwoodstox-java/debian/patches/20-testsuite-enable.dpatch
===================================================================
--- trunk/libwoodstox-java/debian/patches/20-testsuite-enable.dpatch 2012-01-11 12:27:41 UTC (rev 15678)
+++ trunk/libwoodstox-java/debian/patches/20-testsuite-enable.dpatch 2012-01-11 12:33:55 UTC (rev 15679)
@@ -1,14 +1,14 @@
From: Thierry Carrez <thierry.carrez at ubuntu.com>
Subject: Enable test suite
-Last-Update: 2011-08-21
+Last-Update: 2012-10-11
Forwarded: not-needed
-Enable test suite, make it block the build in case of failure
+Enable test suite, but don't fail even if some test goes wrong.
Index: libwoodstox-java/build.xml
===================================================================
--- libwoodstox-java.orig/build.xml 2011-08-21 11:00:48.000000000 +0200
-+++ libwoodstox-java/build.xml 2011-08-21 11:14:37.000000000 +0200
++++ libwoodstox-java/build.xml 2011-08-21 11:26:23.000000000 +0200
@@ -476,7 +476,6 @@
<pathelement path="${dir.build.classes.woodstox}" />
<pathelement path="${dir.build.classes.stax2}" />
@@ -27,15 +27,6 @@
</classpath>
</javac>
<!-- 08-Jun-2009, tatu: need to copy some test files too -->
-@@ -511,7 +508,7 @@
- <target name="test" depends="compile.test">
- <!-- showoutput 'yes' to allow outputting debug msgs... -->
- <junit fork="yes" forkmode="once" maxmemory="128M"
-- printsummary="yes" haltonfailure="no" showoutput="yes">
-+ printsummary="yes" haltonfailure="yes" showoutput="yes">
- <batchtest fork="yes" todir="${dir.test.xmlresults}">
- <fileset dir="${dir.classes.test}">
- <!-- Need to exclude inner classes... -->
@@ -522,10 +519,8 @@
<formatter type="xml" />
<classpath refid="classpath.compile" />
More information about the pkg-java-commits
mailing list