hammant 2002/12/12 16:27:04
Modified: altrmi build.xml
Log:
more tests
Revision Changes Path
1.48 +3 -3 jakarta-avalon-excalibur/altrmi/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/build.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- build.xml 13 Dec 2002 00:09:13 -0000 1.47
+++ build.xml 13 Dec 2002 00:27:04 -0000 1.48
@@ -260,10 +260,10 @@
<formatter type="plain" usefile="false"/> <!-- text reports for humans
-->
<batchtest todir="${build.tests}">
<fileset dir="${build.testclasses}">
- <include name="**/test/**/SimpleAsy*TestCase.class"/>
-<!-- <include name="**/test/**/*TestCase.class"/>
+<!-- <include name="**/test/**/SimpleAsy*TestCase.class"/> -->
+ <include name="**/test/**/*TestCase.class"/>
<exclude name="**/Abstract*"/>
- <exclude name="**/JSXObjectStreamTestCase.class"/> -->
+ <exclude name="**/JSXObjectStreamTestCase.class"/>
</fileset>
</batchtest>
</junit>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>