21 lines
944 B
Diff
21 lines
944 B
Diff
--- 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}"/>
|