diff options
| author | Stefan Bodewig <bodewig@apache.org> | 2016-04-12 14:02:35 +0200 |
|---|---|---|
| committer | Stefan Bodewig <bodewig@apache.org> | 2016-04-12 14:02:35 +0200 |
| commit | cf2e984d5649e2ade67668bf3f5093a1c8f878aa (patch) | |
| tree | 95aaf49b1240bd5d7838777a281d68d07a91c0c8 /src/etc/testcases | |
| parent | 062ccd01f29042c2ff66c623f0e08b601d17f898 (diff) | |
| parent | 8e8f4de8fffa7b168f3a273670f7fa7a58fc94c5 (diff) | |
| download | ant-cf2e984d5649e2ade67668bf3f5093a1c8f878aa.tar.gz | |
Merge branch '1.9.x'
Conflicts:
WHATSNEW
build.xml
manual/cover.html
manual/credits.html
release/ivy.xml
src/etc/poms/ant-antlr/pom.xml
src/etc/poms/ant-apache-bcel/pom.xml
src/etc/poms/ant-apache-bsf/pom.xml
src/etc/poms/ant-apache-log4j/pom.xml
src/etc/poms/ant-apache-oro/pom.xml
src/etc/poms/ant-apache-regexp/pom.xml
src/etc/poms/ant-apache-resolver/pom.xml
src/etc/poms/ant-apache-xalan2/pom.xml
src/etc/poms/ant-commons-logging/pom.xml
src/etc/poms/ant-commons-net/pom.xml
src/etc/poms/ant-jai/pom.xml
src/etc/poms/ant-javamail/pom.xml
src/etc/poms/ant-jdepend/pom.xml
src/etc/poms/ant-jmf/pom.xml
src/etc/poms/ant-jsch/pom.xml
src/etc/poms/ant-junit/pom.xml
src/etc/poms/ant-junit4/pom.xml
src/etc/poms/ant-launcher/pom.xml
src/etc/poms/ant-netrexx/pom.xml
src/etc/poms/ant-swing/pom.xml
src/etc/poms/ant-testutil/pom.xml
src/etc/poms/ant/pom.xml
src/etc/poms/pom.xml
src/etc/testcases/taskdefs/conditions/antversion.xml
Diffstat (limited to 'src/etc/testcases')
| -rw-r--r-- | src/etc/testcases/taskdefs/conditions/antversion.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/etc/testcases/taskdefs/conditions/antversion.xml b/src/etc/testcases/taskdefs/conditions/antversion.xml index 217f164cb..5dd97c788 100644 --- a/src/etc/testcases/taskdefs/conditions/antversion.xml +++ b/src/etc/testcases/taskdefs/conditions/antversion.xml @@ -36,7 +36,6 @@ </not> </condition> Should be exactly 1.10.0 - </fail> </target> @@ -45,10 +44,10 @@ <fail> <condition> <not> - <antversion atleast="1.9.7" /> + <antversion atleast="1.9.8" /> </not> </condition> - Should be at least 1.9.7 + Should be at least 1.9.8 </fail> </target> @@ -57,10 +56,10 @@ <fail> <condition> <not> - <antversion exactly="1.9.7" /> + <antversion exactly="1.9.8" /> </not> </condition> - Should be exactly 1.9.7 + Should be exactly 1.9.8 </fail> </target> </project> |
