Author: bodewig
Date: Mon Aug 24 12:40:12 2009
New Revision: 807189
URL: http://svn.apache.org/viewvc?rev=807189&view=rev
Log:
Test for Gump was not sufficient
Modified:
ant/core/trunk/src/tests/antunit/core/classloader-test.xml
Modified: ant/core/trunk/src/tests/antunit/core/classloader-test.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/core/classloader-test.xml?rev=807189&r1=807188&r2=807189&view=diff
==============================================================================
--- ant/core/trunk/src/tests/antunit/core/classloader-test.xml (original)
+++ ant/core/trunk/src/tests/antunit/core/classloader-test.xml Mon Aug 24
12:40:12 2009
@@ -23,7 +23,7 @@
<mkdir dir="${input}"/>
<mkdir dir="${output}"/>
<condition property="gump">
- <equals arg1="${build.sysclasspath}" arg2="only"/>
+ <available
classname="org/apache/xerces/jaxp/DocumentBuilderFactoryImpl.class"/>
</condition>
</target>