Browse Source

make the tests use another http server as long as the apache infra does not provide the usual headers

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@510794 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 18 years ago
parent
commit
7a8457b8fa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tests/antunit/types/resources/test.xml

+ 1
- 1
src/tests/antunit/types/resources/test.xml View File

@@ -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>


Loading…
Cancel
Save