Browse Source

fix failing test

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1241375 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 13 years ago
parent
commit
b2ffab709e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/testcases/taskdefs/conditions/antversion.xml

+ 2
- 2
src/etc/testcases/taskdefs/conditions/antversion.xml View File

@@ -32,10 +32,10 @@
<fail>
<condition>
<not>
<antversion exactly="1.8.3" />
<antversion exactly="1.9.0" />
</not>
</condition>
Should be exactly 1.8.3
Should be exactly 1.9.0

</fail>
</target>


Loading…
Cancel
Save