epugh 2003/04/16 11:46:35
Modified: io project.xml
Log:
One more test case needs exclusion. If someone will give me the go ahead to make the test
cases run in the maven environment, then I will update the various testcases. I think they
are desinged to run only under the ant environment.
Revision Changes Path
1.4 +1 -0 jakarta-commons-sandbox/io/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/io/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 16 Apr 2003 18:42:06 -0000 1.3
+++ project.xml 16 Apr 2003 18:46:35 -0000 1.4
@@ -119,6 +119,7 @@
</includes>
<excludes>
<exclude>**/compress/**/*Test*</exclude>
+ <exclude>**/IOUtilTestCase*</exclude>
</excludes>
</unitTest>
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|