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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 20 18:00:26 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-10-20 18:00:26 -0400 (Mon, 20 Oct 2008)
New Revision: 79774

Modified:
   trunk/testsuite/build.xml
Log:
Reapply r79557 commit

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-10-20 21:55:50 UTC (rev 79773)
+++ trunk/testsuite/build.xml	2008-10-20 22:00:26 UTC (rev 79774)
@@ -954,10 +954,14 @@
       <antcall target="tests-aop-scoped"/>
       <antcall target="jrmp-invoker-tests"/>
       <antcall target="pooled-invoker-tests"/>
+      <antcall target="tests-clustered-profileservice"/>
+      <antcall target="tests-web-profile"/>
+   	
+      <!-- NOTE: Run the classloader leak tests last as they can be
+                 disruptive to the overall run if there are failures. -->
       <antcall target="tests-classloader-leak"/>
       <antcall target="tests-clustered-classloader-leak"/>
-      <antcall target="tests-clustered-profileservice"/>
-      <antcall target="tests-web-profile"/>
+   	
       <antcall target="tests-report"/>
       <!-- JBAS-5918 https://issues.apache.org/bugzilla/show_bug.cgi?id=41368 
       <record name="${basedir}/output/tests.log" action="stop"/>




More information about the jboss-cvs-commits mailing list