Browse Source

bumping version in this testcase too

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1453655 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 12 years ago
parent
commit
8bd1676498
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      src/etc/testcases/taskdefs/conditions/antversion.xml

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

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


</fail> </fail>
</target> </target>
@@ -45,10 +45,10 @@
<fail> <fail>
<condition> <condition>
<not> <not>
<antversion atleast="1.9.0" />
<antversion atleast="1.9.1" />
</not> </not>
</condition> </condition>
Should be at least 1.9.0
Should be at least 1.9.1
</fail> </fail>
</target> </target>


@@ -57,10 +57,10 @@
<fail> <fail>
<condition> <condition>
<not> <not>
<antversion exactly="1.9.0" />
<antversion exactly="1.9.1" />
</not> </not>
</condition> </condition>
Should be exactly 1.9.0
Should be exactly 1.9.1
</fail> </fail>
</target> </target>
</project> </project>

Loading…
Cancel
Save