donaldp 01/02/22 20:59:13
Modified: . build.xml
Log:
Excluded pcvs from test cases as I believe it has to be localised??
Revision Changes Path
1.137 +3 -0 jakarta-ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/build.xml,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- build.xml 2001/02/22 12:37:54 1.136
+++ build.xml 2001/02/23 04:59:13 1.137
@@ -577,6 +577,9 @@
<exclude name="org/apache/tools/ant/taskdefs/TaskdefsTest.java" />
<exclude
name="org/apache/tools/ant/util/regexp/RegexpMatcherTest.java" />
+ <!-- these tests need to be localised before being ran???? -->
+ <exclude
name="org/apache/tools/ant/taskdefs/optional/PvcsTest.java" />
+
<!-- these depend on order -->
<exclude name="org/apache/tools/ant/taskdefs/GUnzipTest.java" />
<exclude name="org/apache/tools/ant/taskdefs/GzipTest.java" />