antoine 2003/06/30 05:58:19
Modified: . build.xml
Log:
exclude TranslateTest, does not work
Revision Changes Path
1.384 +2 -0 ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/ant/build.xml,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -r1.383 -r1.384
--- build.xml 27 Jun 2003 11:19:22 -0000 1.383
+++ build.xml 30 Jun 2003 12:58:18 -0000 1.384
@@ -1643,6 +1643,8 @@
<!-- test needs special setup -->
<exclude name="${optional.package}/ssh/ScpTest.java"/>
+ <!-- does not work currrently -->
+ <exclude name="${optional.package}/i18n/TranslateTest.java"/>
</fileset>
</batchtest>
</junit>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]