Browse Source

enabled this test by accident

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

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

@@ -41,7 +41,7 @@ public class JavadocTest extends BuildFileTest {
}

// PR 38370
public void testDirsetPathWithoutPackagenames() throws Exception {
public void XtestDirsetPathWithoutPackagenames() throws Exception {
try {
executeTarget("dirsetPathWithoutPackagenames");
} catch (BuildException e) {


Loading…
Cancel
Save