bodewig 2003/04/02 22:06:01
Modified: src/testcases/org/apache/tools/ant/taskdefs JarTest.java Log: Demonstrate bug 16972 Revision Changes Path 1.22 +1 -1 ant/src/testcases/org/apache/tools/ant/taskdefs/JarTest.java Index: JarTest.java =================================================================== RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/JarTest.java,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- JarTest.java 2 Apr 2003 16:20:13 -0000 1.21 +++ JarTest.java 3 Apr 2003 06:06:00 -0000 1.22 @@ -256,7 +256,7 @@ } // bugzilla report 16972 - public void XtestRootFilesInIndex() throws IOException { + public void testRootFilesInIndex() throws IOException { ZipFile archive = null; try { executeTarget("testIndexTests");