|
From: Alexey L. <lou...@us...> - 2002-10-18 20:44:06
|
User: loubyansky
Date: 02/10/18 13:44:05
Modified: . build.xml
Log:
enabled many-to-many conversion test case in FoeDeployer
Revision Changes Path
1.189 +3 -4 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- build.xml 18 Oct 2002 18:50:49 -0000 1.188
+++ build.xml 18 Oct 2002 20:44:05 -0000 1.189
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.188 2002/10/18 18:50:49 loubyansky Exp $ -->
+<!-- $Id: build.xml,v 1.189 2002/10/18 20:44:05 loubyansky Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -2527,7 +2527,7 @@
</fileset>
</jar>
- <!-- build foe-deployer-m2mb-test.wlar
+ <!-- build foe-deployer-m2mb-test.wlar -->
<jar jarfile="${build.lib}/foe-deployer-m2mb-test.wlar">
<fileset dir="${build.classes}">
<include name="org/jboss/test/foedeployer/ejb/m2mb/**"/>
@@ -2536,7 +2536,6 @@
<include name="META-INF/**"/>
</fileset>
</jar>
- -->
</target>
<!-- cmp2 tests -->
@@ -3528,7 +3527,7 @@
fork="${junit.batchtest.fork}">
<fileset dir="${build.classes}">
- <include name="**/test/foedeployer/test/*TestCase.class"/>
+ <include name="**/test/foedeployer/test/*TestCase.class"/>
</fileset>
</batchtest>
</junit>
|