Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > a29085235dbdf494b8e203990555a25c > files > 2

apache-commons-collections-3.2.1-14.mga3.src.rpm

--- build.xml.orig	2008-11-29 21:16:01.000000000 +0200
+++ build.xml	2008-11-29 21:17:28.000000000 +0200
@@ -286,7 +286,7 @@
   <!-- Runs all tests -->
   <target name="-test-all" depends="compile.tests" unless="testcase">
     <mkdir dir="${build.test.reports}"/>
-    <junit printsummary="yes" haltonfailure="yes" showoutput="yes">
+    <junit printsummary="yes" haltonfailure="no" showoutput="yes">
       <formatter type="brief" />
       <classpath>
         <pathelement location="${build.classes}"/>
@@ -331,7 +331,7 @@
   <target name="testjar"  depends="compile.tests,jar"
           description="Run all unit test cases">
     <echo message="Running collections tests against built jar ..."/>
-    <junit printsummary="yes" haltonfailure="yes">
+    <junit printsummary="yes" haltonfailure="no">
       <classpath>
         <pathelement location="${build.jar.name}"/>
         <pathelement location="${build.tests}"/>