[jboss-cvs] JBossAS SVN: r62582 - branches/JBoss_4_0_4_GA_CP/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 26 08:22:09 EDT 2007


Author: jaroslaw.kijanowski
Date: 2007-04-26 08:22:09 -0400 (Thu, 26 Apr 2007)
New Revision: 62582

Modified:
   branches/JBoss_4_0_4_GA_CP/testsuite/build.xml
Log:
JBQA-751 - testsuite testcases' reports overwritten

Modified: branches/JBoss_4_0_4_GA_CP/testsuite/build.xml
===================================================================
--- branches/JBoss_4_0_4_GA_CP/testsuite/build.xml	2007-04-26 11:24:49 UTC (rev 62581)
+++ branches/JBoss_4_0_4_GA_CP/testsuite/build.xml	2007-04-26 12:22:09 UTC (rev 62582)
@@ -1468,7 +1468,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}"
@@ -1575,7 +1577,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="ha"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-ha.xml"/>
 
       <batchtest todir="${build.reports}"
         haltonerror="${junit.batchtest.haltonerror}"
@@ -1627,10 +1631,13 @@
       <classpath>
         <pathelement path="${build.lib}/jrmp-dl-client.jar"/>
         <pathelement location="${build.resources}"/>
+        <pathelement location="${build.classes}"/>
         <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="client"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-client.xml"/>
 
       <batchtest todir="${build.reports}"
         haltonerror="${junit.batchtest.haltonerror}"
@@ -2037,7 +2044,9 @@
         <path refid="jboss.varia.classpath"/>
       </classpath>
 
-      <formatter type="xml" usefile="${junit.formatter.usefile}"/>
+      <!--formatter type="xml" usefile="${junit.formatter.usefile}"/-->
+      <sysproperty key="jboss-junit-configuration" value="compatibility"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-client.xml"/>
 
       <batchtest todir="${build.reports}"
         haltonerror="${junit.batchtest.haltonerror}"
@@ -2080,7 +2089,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="treecacheaop"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-treecacheaop.xml"/>
 
       <batchtest todir="${build.reports}"
         haltonerror="${junit.batchtest.haltonerror}"
@@ -2137,7 +2148,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="treecacheaopc"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-treecacheaopc.xml"/>
 
       <batchtest todir="${build.reports}"
         haltonerror="${junit.batchtest.haltonerror}"
@@ -2178,7 +2191,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="baseaop"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-baseaop.xml"/>
 
       <batchtest todir="${build.reports}"
         haltonerror="${junit.batchtest.haltonerror}"
@@ -2230,7 +2245,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="foe-deployer"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-foe-deployer.xml"/>
 
       <batchtest todir="${build.reports}"
         haltonerror="${junit.batchtest.haltonerror}"
@@ -2268,7 +2285,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="jbossmx-implementation"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-jbossmx-implementation.xml"/>
 
       <batchtest todir="${build.reports}"
         haltonerror="${junit.batchtest.haltonerror}"
@@ -2309,7 +2328,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="jbossmx-performance"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-jbossmx-performance.xml"/>
 
       <batchtest todir="${build.reports}"
         haltonerror="${junit.batchtest.haltonerror}"
@@ -2349,7 +2370,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="jbossmx-compliance"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-jbossmx-compliance.xml"/>
 
       <batchtest todir="${build.reports}"
         haltonerror="${junit.batchtest.haltonerror}"
@@ -2409,7 +2432,9 @@
         <path refid="jboss.iiop.classpath"/>
       </classpath>
 
-      <formatter type="xml" usefile="${junit.formatter.usefile}"/>
+      <!--formatter type="xml" usefile="${junit.formatter.usefile}"/-->
+      <sysproperty key="jboss-junit-configuration" value="iiop"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-iiop.xml"/>
 
       <batchtest todir="${build.reports}"
         haltonerror="${junit.batchtest.haltonerror}"
@@ -2453,7 +2478,9 @@
         <path refid="wutka.dtdparser.classpath"/>
       </classpath>
 
-      <formatter type="xml" usefile="${junit.formatter.usefile}"/>
+      <!--formatter type="xml" usefile="${junit.formatter.usefile}"/-->
+      <sysproperty key="jboss-junit-configuration" value="xml"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-xml.xml"/>
 
       <batchtest todir="${build.reports}"
         haltonerror="${junit.batchtest.haltonerror}"
@@ -2506,7 +2533,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="deployment"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-deployment.xml"/>
       <formatter type="plain" usefile="${junit.formatter.usefile}"/>
 
       <batchtest todir="${build.reports}"
@@ -2567,7 +2596,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}"
@@ -2701,7 +2732,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="scout-jaxr"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-scout-jaxr.xml"/>
 
       <batchtest todir="${build.reports}"
         haltonerror="${junit.batchtest.haltonerror}"
@@ -2751,7 +2784,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="txtimer"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-txtimer.xml"/>
 
       <batchtest todir="${build.reports}"
         haltonerror="${junit.batchtest.haltonerror}"
@@ -2794,7 +2829,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="db"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-db.xml"/>
 
       <batchtest todir="${build.reports}"
         haltonerror="${junit.batchtest.haltonerror}"




More information about the jboss-cvs-commits mailing list