Browse Source

Fix failing testhttpurl1 test - http://www.w3.org/MarkUp/ no longer returns a content-length header. Switch to a different URL which returns one.

master
Jaikiran Pai 2 years ago
parent
commit
9318eedbda
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

@@ -273,7 +273,7 @@
<target name="testhttpurl1" unless="offline">
<au:assertTrue>
<length when="greater" length="0">
<url url="http://www.w3.org/MarkUp/" />
<url url="https://ant.apache.org/index.html" />
</length>
</au:assertTrue>
</target>


Loading…
Cancel
Save