Author: antoine Date: Thu Feb 22 19:37:12 2007 New Revision: 510794 URL: http://svn.apache.org/viewvc?view=rev&rev=510794 Log: make the tests use another http server as long as the apache infra does not provide the usual headers
Modified: ant/core/trunk/src/tests/antunit/types/resources/test.xml Modified: ant/core/trunk/src/tests/antunit/types/resources/test.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/types/resources/test.xml?view=diff&rev=510794&r1=510793&r2=510794 ============================================================================== --- ant/core/trunk/src/tests/antunit/types/resources/test.xml (original) +++ ant/core/trunk/src/tests/antunit/types/resources/test.xml Thu Feb 22 19:37:12 2007 @@ -247,7 +247,7 @@ <target name="testhttpurl1" unless="offline"> <au:assertTrue> <length when="greater" length="0"> - <url url="http://ant.apache.org/index.html" /> + <url url="http://www.w3.org/MarkUp" /> </length> </au:assertTrue> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]