Browse Source

Exclude ProjectTest from being executed (hopefully :), because of testDuplicateTarget.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276164 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
2ce327371f
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      build.xml

+ 7
- 0
build.xml View File

@@ -329,6 +329,13 @@
<patternset id="teststhatfail">
<exclude name="${optional.package}/BeanShellScriptTest.java"/>
<exclude name="${optional.package}/jdepend/JDependTest.java"/>
<!-- The org.apache.tools.ant.ProjectTest.testDuplicateTargets fails.
This is a known problem. It was noticed that duplicate targets were
not detected in ant 1.6.*, so a test was put in. But no code was put in
to fix the problem!
see http://marc.theaimsgroup.com/?l=ant-dev&m=107756336622453&w=2
-->
<exclude name="${ant.package}/ProjectTest.java"/>
</patternset>

<!--


Loading…
Cancel
Save