|
From: Bill B. <pat...@us...> - 2003-05-05 21:29:29
|
User: patriot1burke
Date: 03/05/05 14:29:29
Modified: . build.xml
Log:
tx cache testing
Revision Changes Path
1.251 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -r1.250 -r1.251
--- build.xml 5 May 2003 21:23:12 -0000 1.250
+++ build.xml 5 May 2003 21:29:26 -0000 1.251
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.250 2003/05/05 21:23:12 patriot1burke Exp $ -->
+<!-- $Id: build.xml,v 1.251 2003/05/05 21:29:26 patriot1burke Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -4519,7 +4519,7 @@
<target name="run.aop.cluster.test" depends="init">
- <java classname="org.jboss.test.aop.standalone.ClusterCacheTester" fork="yes" dir=".">
+ <java classname="org.jboss.test.aop.nojunit.ClusterCacheTester" fork="yes" dir=".">
<classpath>
<pathelement location="${build.classes}"/>
<pathelement location="${build.resources}"/>
|