From: Scott M S. <st...@us...> - 2005-01-23 07:12:19
|
User: starksm Date: 05/01/22 23:12:12 Modified: . Tag: Branch_3_2 build.xml Log: Add the ha singleton to the cluster.excludes to avoid running them twice Revision Changes Path No revision No revision 1.165.2.181 +3 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.180 retrieving revision 1.165.2.181 diff -u -r1.165.2.180 -r1.165.2.181 --- build.xml 10 Jan 2005 16:49:24 -0000 1.165.2.180 +++ build.xml 23 Jan 2005 07:12:10 -0000 1.165.2.181 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.165.2.180 2005/01/10 16:49:24 starksm Exp $ --> +<!-- $Id: build.xml,v 1.165.2.181 2005/01/23 07:12:10 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -425,6 +425,8 @@ <patternset id="cluster.excludes"> <exclude name="org/jboss/test/cluster/test/*TestCase.class"/> <exclude name="org/jboss/test/testbeancluster/test/*TestCase.class"/> + <exclude name="org/jboss/test/ha/jmx/test/*TestCase.class"/> + <exclude name="org/jboss/test/ha/singleton/test/*TestCase.class"/> </patternset> <patternset id="apache_tomcat.cluster.includes"> <include name="org/jboss/test/cluster/apache_tomcat/*TestCase.class"/> |