[jboss-cvs] JBossAS SVN: r109199 - branches/JBPAPP_4_2_0_GA_CP/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 8 13:15:38 EST 2010


Author: rachmatowicz at jboss.com
Date: 2010-11-08 13:15:37 -0500 (Mon, 08 Nov 2010)
New Revision: 109199

Modified:
   branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml
Log:
Fix targets test-scripts and tests-scripts-noserver (JBPAPP-5397)

Modified: branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml	2010-11-08 18:15:15 UTC (rev 109198)
+++ branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml	2010-11-08 18:15:37 UTC (rev 109199)
@@ -3233,7 +3233,7 @@
 	<path refid="tests.classpath"/>
       </classpath>
       
-      <!--sysproperty key="jboss-junit-configuration" value="classloader-leak"/-->
+      <sysproperty key="jboss-junit-configuration" value="scripts"/>
       <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-scripts.xml"/>
       
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
@@ -3287,7 +3287,7 @@
 		<path refid="tests.classpath"/>
       </classpath>
       
-      <!--sysproperty key="jboss-junit-configuration" value="classloader-leak"/-->
+      <sysproperty key="jboss-junit-configuration" value="scripts-noserver"/>
       <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-scripts-noserver.xml"/>
       
       <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