Browse Source

ClasspathUtilsTest fails for junit.fork=true as well

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277849 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
fc326bfdc8
1 changed files with 3 additions and 6 deletions
  1. +3
    -6
      build.xml

+ 3
- 6
build.xml View File

@@ -597,10 +597,6 @@
classname="com.jcraft.jsch.Session"
classpathref="classpath"/>

<condition property="running.in.gump">
<isset property="gump.merge"/>
</condition>

<condition property="build.compiler" value="classic">
<not>
<isset property="jdk1.3+"/>
@@ -1643,9 +1639,10 @@
<!-- test needs special setup -->
<exclude name="${optional.package}/ssh/ScpTest.java"/>

<!-- test fails in Gump -->
<!-- test fails if build/classes and ant.jar are using the same
classloader -->
<exclude name="${ant.package}/util/ClasspathUtilsTest.java"
if="running.in.gump"/>
if="tests.and.ant.share.classloader"/>
</fileset>
</batchtest>
</junit>


Loading…
Cancel
Save