Browse Source

META-INF is no longer special in grabFiles, thanks Gump

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@796730 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
a1941d875f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/tests/junit/org/apache/tools/ant/taskdefs/ProtectedJarMethodsTest.java

+ 1
- 0
src/tests/junit/org/apache/tools/ant/taskdefs/ProtectedJarMethodsTest.java View File

@@ -47,6 +47,7 @@ public class ProtectedJarMethodsTest extends BuildFileTest {
ArrayList dirs = new ArrayList();
ArrayList files = new ArrayList();
String[] expectedDirs = new String[] {
"META-INF/",
"sub/",
};
String[] expectedFiles = new String[] {


Loading…
Cancel
Save