Blob Blame History Raw
--- ./build.xml.save	2006-07-17 20:16:03.000000000 -0400
+++ ./build.xml	2006-07-17 20:13:25.000000000 -0400
@@ -302,7 +302,7 @@
   <!-- Used to obtain more detailed info on test failures -->
   <target name="test"  depends="compile.tests"
           description="Run all unit test cases">
-    <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}"/>