[jboss-cvs] JBossAS SVN: r61750 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 27 11:57:10 EDT 2007


Author: jaroslaw.kijanowski
Date: 2007-03-27 11:57:10 -0400 (Tue, 27 Mar 2007)
New Revision: 61750

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

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-03-27 15:53:10 UTC (rev 61749)
+++ branches/Branch_4_2/testsuite/build.xml	2007-03-27 15:57:10 UTC (rev 61750)
@@ -1424,7 +1424,9 @@
         <path refid="tests.classpath"/>
       </classpath>
 
-      <formatter type="xml" usefile="${junit.formatter.usefile}"/>
+      <!--formatter type="xml" usefile="${junit.formatter.usefile}"/-->
+       <sysproperty key="jboss-junit-configuration" value="stress"/>
+       <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}" fork="${junit.batchtest.fork}">
 
@@ -1585,7 +1587,7 @@
       <propertyref prefix="java.security.auth"/>
     </propertyset>
 
-    <run-junit junit.patternset="security.includes" junit.syspropertyset="security-tests-props"/>
+    <run-junit junit.patternset="security.includes" junit.configuration="security-basic" junit.syspropertyset="security-tests-props"/>
   </target>
 
   <!-- Tests of Java2 permissions. The JBoss server must be running with
@@ -2180,7 +2182,9 @@
         <path refid="tests.classpath"/>
       </classpath>
 
-      <formatter type="xml" usefile="${junit.formatter.usefile}"/>
+      <!--formatter type="xml" usefile="${junit.formatter.usefile}"/-->
+       <sysproperty key="jboss-junit-configuration" value="webservice"/>
+       <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-webservice.xml"/>
       <formatter type="plain" usefile="${junit.formatter.usefile}"/>
 
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">




More information about the jboss-cvs-commits mailing list