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 2009/07/22 15:58:26 UTC

svn commit: r796730 - /ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/ProtectedJarMethodsTest.java

Author: bodewig
Date: Wed Jul 22 13:58:26 2009
New Revision: 796730

URL: http://svn.apache.org/viewvc?rev=796730&view=rev
Log:
META-INF is no longer special in grabFiles, thanks Gump

Modified:
    ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/ProtectedJarMethodsTest.java

Modified: ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/ProtectedJarMethodsTest.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/ProtectedJarMethodsTest.java?rev=796730&r1=796729&r2=796730&view=diff
==============================================================================
--- ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/ProtectedJarMethodsTest.java (original)
+++ ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/ProtectedJarMethodsTest.java Wed Jul 22 13:58:26 2009
@@ -47,6 +47,7 @@
         ArrayList dirs = new ArrayList();
         ArrayList files = new ArrayList();
         String[] expectedDirs = new String[] {
+            "META-INF/",
             "sub/",
         };
         String[] expectedFiles = new String[] {