From: Ben W. <bw...@us...> - 2005-02-01 23:01:09
|
User: bwang00 Date: 05/02/01 15:01:00 Modified: . Tag: Branch_4_0 build.xml Log: Use alternative config name Revision Changes Path No revision No revision 1.406.2.37 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406.2.36 retrieving revision 1.406.2.37 diff -u -r1.406.2.36 -r1.406.2.37 --- build.xml 31 Jan 2005 07:40:38 -0000 1.406.2.36 +++ build.xml 1 Feb 2005 23:00:26 -0000 1.406.2.37 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.406.2.36 2005/01/31 07:40:38 bwang00 Exp $ --> +<!-- $Id: build.xml,v 1.406.2.37 2005/02/01 23:00:26 bwang00 Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -751,7 +751,7 @@ <antcall target="tests-clustering-unit"> <param name="cluster.includes.refid" value="cluster.includes"/> - <param name="jboss-junit-configuration" value="Mode=repl;UseJvm=true"/> + <param name="jboss-junit-configuration" value="ReplModeNUseJvm"/> </antcall> <antcall target="tests-clustering-shutdown" /> </target> |