|
From: Ben W. <bw...@us...> - 2005-01-31 07:39:38
|
User: bwang00 Date: 05/01/30 23:39:26 Modified: . build.xml Log: Updated Revision Changes Path 1.443 +3 -3 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.442 retrieving revision 1.443 diff -u -r1.442 -r1.443 --- build.xml 29 Jan 2005 04:23:27 -0000 1.442 +++ build.xml 31 Jan 2005 07:39:24 -0000 1.443 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.442 2005/01/29 04:23:27 telrod Exp $ --> +<!-- $Id: build.xml,v 1.443 2005/01/31 07:39:24 bwang00 Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -666,7 +666,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" /> @@ -679,7 +679,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=sync;UseJvm=true"/> </antcall> <antcall target="tests-clustering-shutdown" /> </target> |