|
From: Scott M S. <st...@us...> - 2005-01-10 16:49:34
|
User: starksm Date: 05/01/10 08:49:28 Modified: . Tag: Branch_3_2 build.xml Log: Include the org/jboss/test/ha package in the cluster.includes patternset Revision Changes Path No revision No revision 1.165.2.180 +4 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.179 retrieving revision 1.165.2.180 diff -u -r1.165.2.179 -r1.165.2.180 --- build.xml 10 Jan 2005 15:47:52 -0000 1.165.2.179 +++ build.xml 10 Jan 2005 16:49:24 -0000 1.165.2.180 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.165.2.179 2005/01/10 15:47:52 starksm Exp $ --> +<!-- $Id: build.xml,v 1.165.2.180 2005/01/10 16:49:24 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -418,7 +418,9 @@ <!-- patternsets for that require clustering to be enabled --> <patternset id="cluster.includes"> <include name="org/jboss/test/cluster/test/*TestCase.class"/> - <include name="org/jboss/test/testbeancluster/test/*TestCase.class"/> + <include name="org/jboss/test/testbeancluster/test/*TestCase.class"/> + <include name="org/jboss/test/ha/jmx/test/*TestCase.class"/> + <include name="org/jboss/test/ha/singleton/test/*TestCase.class"/> </patternset> <patternset id="cluster.excludes"> <exclude name="org/jboss/test/cluster/test/*TestCase.class"/> |