cmlenz 2003/06/12 14:00:21
Modified: integration/ant build.xml
Log:
- Close the <exclude> element
- Exclude another test that sometimes fails on Gump
Revision Changes Path
1.39 +2 -1 jakarta-cactus/integration/ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/integration/ant/build.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- build.xml 12 Jun 2003 20:31:25 -0000 1.38
+++ build.xml 12 Jun 2003 21:00:20 -0000 1.39
@@ -344,7 +344,8 @@
<!-- Momentarily exclude this test that fails for some
reason on the Gump machine but not on our local
machines -->
- <exclude name="**/TestContainerRunner.java">
+ <exclude name="**/TestContainerRunner.java"/>
+ <exclude name="**/TestRunServerTestsTask.java"/>
</fileset>
<formatter type="xml"/>
</batchtest>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]