Browse Source

Demonstrate bug 16972

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274385 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
5d135bf963
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/testcases/org/apache/tools/ant/taskdefs/JarTest.java

+ 1
- 1
src/testcases/org/apache/tools/ant/taskdefs/JarTest.java View File

@@ -256,7 +256,7 @@ public class JarTest extends BuildFileTest {
} }


// bugzilla report 16972 // bugzilla report 16972
public void XtestRootFilesInIndex() throws IOException {
public void testRootFilesInIndex() throws IOException {
ZipFile archive = null; ZipFile archive = null;
try { try {
executeTarget("testIndexTests"); executeTarget("testIndexTests");


Loading…
Cancel
Save