[jboss-cvs] JBossAS SVN: r62624 - branches/JBoss_3_2_3_CP/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Apr 28 05:42:48 EDT 2007


Author: jaroslaw.kijanowski
Date: 2007-04-28 05:42:48 -0400 (Sat, 28 Apr 2007)
New Revision: 62624

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

Modified: branches/JBoss_3_2_3_CP/testsuite/build.xml
===================================================================
--- branches/JBoss_3_2_3_CP/testsuite/build.xml	2007-04-28 08:50:20 UTC (rev 62623)
+++ branches/JBoss_3_2_3_CP/testsuite/build.xml	2007-04-28 09:42:48 UTC (rev 62624)
@@ -4654,7 +4654,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}"
@@ -4704,7 +4706,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="clustering"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-clustering.xml"/>
 
       <batchtest todir="${build.reports}"
 		 haltonerror="${junit.batchtest.haltonerror}"
@@ -4752,10 +4756,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}"
@@ -4799,10 +4806,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-stress"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-client-stress.xml"/>
 
       <batchtest todir="${build.reports}"
 		 haltonerror="${junit.batchtest.haltonerror}"
@@ -4852,7 +4862,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="security-basic"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-security-basic.xml"/>
 
       <batchtest todir="${build.reports}"
 		 haltonerror="${junit.batchtest.haltonerror}"
@@ -4902,7 +4914,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="security-basic-stress"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-security-basic-stress.xml"/>
 
       <batchtest todir="${build.reports}"
 		 haltonerror="${junit.batchtest.haltonerror}"
@@ -4955,7 +4969,9 @@
         <path refid="tests.classpath"/>
       </classpath>
 
-      <formatter type="xml" />
+      <!--formatter type="xml" /-->
+      <sysproperty key="jboss-junit-configuration" value="security-manager"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-security-manager.xml"/>
 
       <batchtest todir="${build.reports}"
 		 haltonerror="false"
@@ -5005,7 +5021,9 @@
         <path refid="tests.classpath"/>
       </classpath>
 
-      <formatter type="xml" />
+      <!--formatter type="xml" /-->
+      <sysproperty key="jboss-junit-configuration" value="security-policy"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-security-policy.xml"/>
       <test name="org.jboss.test.securitymgr.test.PolicyUnitTestCase"
 		    haltonerror="false"
           haltonfailure="false"
@@ -5048,7 +5066,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="jsr77"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-jsr77.xml"/>
 
       <batchtest todir="${build.reports}"
 		 haltonerror="${junit.batchtest.haltonerror}"
@@ -5100,7 +5120,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="standard-marathon"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-standard-marathon.xml"/>
 
       <batchtest todir="${build.reports}"
 		 haltonerror="${junit.batchtest.haltonerror}"
@@ -5148,7 +5170,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}"
@@ -5196,7 +5220,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="util"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-util.xml"/>
 
       <batchtest todir="${build.reports}"
 		 haltonerror="${junit.batchtest.haltonerror}"
@@ -5235,7 +5261,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}"
@@ -5277,7 +5305,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}"
@@ -5318,7 +5348,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}"
@@ -5373,7 +5405,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-stress"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-iiop-stress.xml"/>
 
       <batchtest todir="${build.reports}"
                  haltonerror="${junit.batchtest.haltonerror}"
@@ -5416,7 +5450,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}"
@@ -5578,7 +5614,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="objectweb-jms"/>
+      <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-objectweb-jms.xml"/>
 
       <batchtest todir="${build.reports}"
 		 haltonerror="${junit.batchtest.haltonerror}"




More information about the jboss-cvs-commits mailing list