|
From: Alexey L. <lou...@us...> - 2002-07-19 18:45:03
|
User: loubyansky
Date: 02/07/19 11:45:02
Modified: . build.xml
Log:
Enabled all foe-deployer tests
Revision Changes Path
1.156 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- build.xml 19 Jul 2002 18:38:41 -0000 1.155
+++ build.xml 19 Jul 2002 18:45:01 -0000 1.156
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.155 2002/07/19 18:38:41 loubyansky Exp $ -->
+<!-- $Id: build.xml,v 1.156 2002/07/19 18:45:01 loubyansky Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -3541,7 +3541,7 @@
fork="${junit.batchtest.fork}">
<fileset dir="${build.classes}">
- <include name="**/test/foedeployer/test/MessageConversionTestCase.class"/>
+ <include name="**/test/foedeployer/test/**TestCase.class"/>
</fileset>
</batchtest>
</junit>
|