[jboss-cvs] JBossAS SVN: r108825 - branches/JBoss-AS-6.0.x_ipv6/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 22 16:36:48 EDT 2010


Author: rachmatowicz at jboss.com
Date: 2010-10-22 16:36:48 -0400 (Fri, 22 Oct 2010)
New Revision: 108825

Modified:
   branches/JBoss-AS-6.0.x_ipv6/testsuite/build.xml
Log:
Update list of tests for debugging (JBAS-8540)

Modified: branches/JBoss-AS-6.0.x_ipv6/testsuite/build.xml
===================================================================
--- branches/JBoss-AS-6.0.x_ipv6/testsuite/build.xml	2010-10-22 20:35:52 UTC (rev 108824)
+++ branches/JBoss-AS-6.0.x_ipv6/testsuite/build.xml	2010-10-22 20:36:48 UTC (rev 108825)
@@ -1244,10 +1244,11 @@
       depends="maybejars">
       <record name="${basedir}/output/tests.log" append="no" action="start" loglevel="info"/>
       <property name="nojars" value="true"/>
+      
       <antcall target="jboss-minimal-tests" inheritRefs="true"/>
+      <antcall target="jboss-all-config-tests" inheritRefs="true"/>
 
    	<!-- JBAS-8540 
-      <antcall target="jboss-all-config-tests" inheritRefs="true"/>
       <antcall target="tests-profileservice" inheritRefs="true"/>
       <antcall target="tests-bootstrap-dependencies" inheritRefs="true"/>
       <antcall target="tests-springdeployer" inheritRefs="true"/>
@@ -1294,7 +1295,7 @@
    	  <antcall target="tests-report" inheritRefs="true"/>
       <!-- JBAS-5918 https://issues.apache.org/bugzilla/show_bug.cgi?id=41368 
       <record name="${basedir}/output/tests.log" action="stop"/>
-      -->
+      --> 
       <condition property="servers.shutdown.failed">
          <and>
             <not><isset property="servers.shutdown.nocheck"/></not>
@@ -1329,6 +1330,7 @@
    <target name="jboss-all-config-tests"
       description="The units tests which are run against the jboss all config" depends="init">
       <server:start name="all"/>
+      
       <antcall target="tests-standard-unit" inheritRefs="true"/>
    	
    	  <!-- JBAS-8540 



More information about the jboss-cvs-commits mailing list