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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 31 17:25:41 EST 2008


Author: bstansberry at jboss.com
Date: 2008-01-31 17:25:41 -0500 (Thu, 31 Jan 2008)
New Revision: 69509

Modified:
   trunk/testsuite/build.xml
Log:
Exclude test of non-existent legacy farming

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-01-31 19:55:23 UTC (rev 69508)
+++ trunk/testsuite/build.xml	2008-01-31 22:25:41 UTC (rev 69509)
@@ -824,6 +824,8 @@
       <exclude name="org/jboss/test/deployers/ear/test/EmbeddedDatasourceUnitTestCase.class"/>
       <!-- Seam examples tests -->
       <exclude name="org/jboss/test/deployers/seam/test/**"/>
+   	<!-- Test of old farming implementation -->
+      <exclude name="org/jboss/test/cluster/multicfg/test/ClusterFileTransferTestCase.class"/>
    </patternset>
 	
    <patternset id="jbossmq.excludes">




More information about the jboss-cvs-commits mailing list