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[] {


Reply via email to