[jboss-cvs] JBossAS SVN: r99982 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 27 05:00:12 EST 2010


Author: wolfc
Date: 2010-01-27 05:00:11 -0500 (Wed, 27 Jan 2010)
New Revision: 99982

Modified:
   trunk/testsuite/build.xml
Log:
JBAS-7662: store results with -web-profile extension


Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2010-01-27 09:33:11 UTC (rev 99981)
+++ trunk/testsuite/build.xml	2010-01-27 10:00:11 UTC (rev 99982)
@@ -1707,7 +1707,11 @@
             <path refid="tests.classpath"/>
          </classpath>
 
-         <formatter type="xml" usefile="${junit.formatter.usefile}" extension="-web-profile.xml"/>
+         <sysproperty key="jboss-junit-configuration" value="web-profile"/>
+         <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
+                    usefile="${junit.formatter.usefile}"
+                    extension="-web-profile.xml"/>
+         <formatter type="plain" usefile="${junit.formatter.usefile}" extension="-web-profile.txt"/>
 
          <batchtest todir="${build.reports}"
             haltonerror="${junit.batchtest.haltonerror}"




More information about the jboss-cvs-commits mailing list