From a1941d875f3522ee3a205a9c439ca4bfd8c2b2f5 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 22 Jul 2009 13:58:26 +0000 Subject: [PATCH] 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 --- .../org/apache/tools/ant/taskdefs/ProtectedJarMethodsTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/junit/org/apache/tools/ant/taskdefs/ProtectedJarMethodsTest.java b/src/tests/junit/org/apache/tools/ant/taskdefs/ProtectedJarMethodsTest.java index 379df9cfa..699e86a52 100644 --- a/src/tests/junit/org/apache/tools/ant/taskdefs/ProtectedJarMethodsTest.java +++ b/src/tests/junit/org/apache/tools/ant/taskdefs/ProtectedJarMethodsTest.java @@ -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[] {