Browse Source

DefaultLoggerTest must run in same classloader that loads DefaultLogger itself

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

+ 2
- 0
build.xml View File

@@ -1817,6 +1817,8 @@ see ${build.junit.reports} / ${antunit.reports}
unless="tests.and.ant.share.classloader"/>
<exclude name="${ant.package}/launch/LocatorTest.java"
unless="tests.and.ant.share.classloader"/>
<exclude name="${ant.package}/DefaultLoggerTest.java"
unless="tests.and.ant.share.classloader"/>

<!-- can only run if cvs is installed on your machine
enable by setting the property have.cvs


Loading…
Cancel
Save