summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaikiran Pai <jaikiran@apache.org>2022-12-11 13:49:52 +0530
committerJaikiran Pai <jaikiran@apache.org>2022-12-11 13:49:52 +0530
commit9318eedbda781e720aa63417f740f54eeff5d702 (patch)
tree7cdbc789021d00f3c5ac71be9bcb9340f8ccadcb
parent82c70f3202d5aec4d99fa3b6314ba4a6c338cd94 (diff)
downloadant-9318eedbda781e720aa63417f740f54eeff5d702.tar.gz
Fix failing testhttpurl1 test - http://www.w3.org/MarkUp/ no longer returns a content-length header. Switch to a different URL which returns one.
-rw-r--r--src/tests/antunit/types/resources/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/antunit/types/resources/test.xml b/src/tests/antunit/types/resources/test.xml
index 7afeb5c50..30906fb51 100644
--- a/src/tests/antunit/types/resources/test.xml
+++ b/src/tests/antunit/types/resources/test.xml
@@ -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>