|
From: Ben W. <bw...@us...> - 2005-01-31 07:40:47
|
User: bwang00 Date: 05/01/30 23:40:40 Modified: . Tag: Branch_4_0 build.xml Log: Updated Revision Changes Path No revision No revision 1.406.2.36 +3 -3 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406.2.35 retrieving revision 1.406.2.36 diff -u -r1.406.2.35 -r1.406.2.36 --- build.xml 26 Jan 2005 23:01:25 -0000 1.406.2.35 +++ build.xml 31 Jan 2005 07:40:38 -0000 1.406.2.36 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.406.2.35 2005/01/26 23:01:25 clebert Exp $ --> +<!-- $Id: build.xml,v 1.406.2.36 2005/01/31 07:40:38 bwang00 Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -738,7 +738,7 @@ <antcall target="tests-clustering-unit"> <param name="cluster.includes.refid" value="cluster.includes"/> - <param name="jboss-junit-configuration" value="Two Nodes"/> + <param name="jboss-junit-configuration" value="Default"/> </antcall> <antcall target="tests-clustering-shutdown" /> @@ -751,7 +751,7 @@ <antcall target="tests-clustering-unit"> <param name="cluster.includes.refid" value="cluster.includes"/> - <param name="jboss-junit-configuration" value="New Configuration tests-clustering"/> + <param name="jboss-junit-configuration" value="Mode=repl;UseJvm=true"/> </antcall> <antcall target="tests-clustering-shutdown" /> </target> |