Author: bodewig
Date: Tue Aug 18 12:50:04 2009
New Revision: 805397

URL: http://svn.apache.org/viewvc?rev=805397&view=rev
Log:
DefaultLoggerTest must run in same classloader that loads DefaultLogger itself

Modified:
    ant/core/trunk/build.xml

Modified: ant/core/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=805397&r1=805396&r2=805397&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Tue Aug 18 12:50:04 2009
@@ -1817,6 +1817,8 @@
             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


Reply via email to