Browse Source

redirect makes test fail on my machine

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1075735 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 14 years ago
parent
commit
d65fcc7056
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

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


Loading…
Cancel
Save