[seam-commits] Seam SVN: r15095 - branches/community/Seam_2_3/examples-ee6/booking/booking-tests.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Aug 29 14:12:10 EDT 2012


Author: dhinojosa
Date: 2012-08-29 14:12:10 -0400 (Wed, 29 Aug 2012)
New Revision: 15095

Modified:
   branches/community/Seam_2_3/examples-ee6/booking/booking-tests/build.xml
Log:
halt on failure set to no.

Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-tests/build.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-tests/build.xml	2012-08-29 17:55:55 UTC (rev 15094)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-tests/build.xml	2012-08-29 18:12:10 UTC (rev 15095)
@@ -153,7 +153,7 @@
       <mkdir dir="${target.test.classes.dir}"/>
       <mkdir dir="${target.test.results.dir}"/>
       <mkdir dir="${target.test.reports.dir}"/>
-      <junit printsummary="yes" haltonfailure="yes">
+      <junit printsummary="yes" haltonfailure="no">
          <formatter type="xml"/>
          <classpath refid="combined.test.project.classpath"/>
          <batchtest fork="yes" todir="${target.test.results.dir}">



More information about the seam-commits mailing list