[jboss-cvs] JBossAS SVN: r61717 - branches/JBoss_4_0_5_GA_CP/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 26 15:19:58 EDT 2007


Author: jaroslaw.kijanowski
Date: 2007-03-26 15:19:58 -0400 (Mon, 26 Mar 2007)
New Revision: 61717

Modified:
   branches/JBoss_4_0_5_GA_CP/testsuite/build.xml
Log:
JBAS-4103 testsuite testcases' reports overwritten

Modified: branches/JBoss_4_0_5_GA_CP/testsuite/build.xml
===================================================================
--- branches/JBoss_4_0_5_GA_CP/testsuite/build.xml	2007-03-26 19:13:45 UTC (rev 61716)
+++ branches/JBoss_4_0_5_GA_CP/testsuite/build.xml	2007-03-26 19:19:58 UTC (rev 61717)
@@ -1538,8 +1538,10 @@
         <path refid="tests.classpath"/>
       </classpath>
 
-      <formatter type="xml" usefile="${junit.formatter.usefile}"/>
+      <!--formatter type="xml" usefile="${junit.formatter.usefile}"/-->
+       <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-stress.xml"/>
 
+
       <batchtest todir="${build.reports}"
         haltonerror="${junit.batchtest.haltonerror}"
         haltonfailure="${junit.batchtest.haltonfailure}"




More information about the jboss-cvs-commits mailing list