Browse Source

updated test build file

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@409343 13f79535-47bb-0310-9956-ffa450edef68
master
Kevin Jackson 19 years ago
parent
commit
40ec44ea42
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/etc/testcases/taskdefs/conditions/antversion.xml

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

@@ -5,10 +5,10 @@
<fail> <fail>
<condition> <condition>
<not> <not>
<antversion atleast="1.7" />
<antversion atleast="1.7alpha" />
</not> </not>
</condition> </condition>
Should be at least 1.7
Should be at least 1.7alpha
</fail> </fail>
</target> </target>
@@ -16,10 +16,10 @@
<fail> <fail>
<condition> <condition>
<not> <not>
<antversion exactly="1.7" />
<antversion exactly="1.7alpha" />
</not> </not>
</condition> </condition>
Should be exactly 1.7
Should be exactly 1.7alpha
</fail> </fail>
</target> </target>


Loading…
Cancel
Save