You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2010/04/13 06:10:19 UTC

svn commit: r933479 - in /ant/core/trunk/src: etc/testcases/taskdefs/zip/test.exe tests/junit/org/apache/tools/ant/taskdefs/UnzipTest.java

Author: bodewig
Date: Tue Apr 13 04:10:19 2010
New Revision: 933479

URL: http://svn.apache.org/viewvc?rev=933479&view=rev
Log:
remove test file we must not distribute.  PR 49080

Removed:
    ant/core/trunk/src/etc/testcases/taskdefs/zip/test.exe
Modified:
    ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/UnzipTest.java

Modified: ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/UnzipTest.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/UnzipTest.java?rev=933479&r1=933478&r2=933479&view=diff
==============================================================================
--- ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/UnzipTest.java (original)
+++ ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/UnzipTest.java Tue Apr 13 04:10:19 2010
@@ -126,7 +126,9 @@ public class UnzipTest extends BuildFile
     /*
      * PR 16213
      */
-    public void testSelfExtractingArchive() {
+    public void XtestSelfExtractingArchive() {
+        // disabled because we lack a self extracting archive that we
+        // are allowed to distribute - see PR 49080
         executeTarget("selfExtractingArchive");
     }