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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 20 03:41:51 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-10-20 03:41:51 -0400 (Mon, 20 Oct 2008)
New Revision: 79731

Modified:
   trunk/testsuite/build.xml
Log:
JBAS-6071, update excludes for http-invoker removal 

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-10-20 07:24:45 UTC (rev 79730)
+++ trunk/testsuite/build.xml	2008-10-20 07:41:51 UTC (rev 79731)
@@ -876,6 +876,10 @@
       <exclude name="org/jboss/test/cluster/defaultcfg/profileservice/test/ClusteredDeployUnitTestCase.class"/>
       <!-- JASPI needs revisiting -->
       <exclude name="org/jboss/test/web/test/JASPIFormAuthUnitTestCase.class"/>
+   	<!-- JBAS-6071, http-invoker removal -->
+      <exclude name="org/jboss/test/hello/test/HelloClusteredHttpStressTestCase.class"/>
+      <exclude name="org/jboss/test/hello/test/HelloHttpStressTestCase.class"/>
+
    </patternset>
 	
    <patternset id="jbossmq.excludes">




More information about the jboss-cvs-commits mailing list