Author: antoine
Date: Thu Mar 7 02:02:51 2013
New Revision: 1453655
URL: http://svn.apache.org/r1453655
Log:
bumping version in this testcase too
Modified:
ant/core/trunk/src/etc/testcases/taskdefs/conditions/antversion.xml
Modified: ant/core/trunk/src/etc/testcases/taskdefs/conditions/antversion.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/conditions/antversion.xml?rev=1453655&r1=1453654&r2=1453655&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/conditions/antversion.xml
(original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/conditions/antversion.xml Thu Mar
7 02:02:51 2013
@@ -32,10 +32,10 @@
<fail>
<condition>
<not>
- <antversion exactly="1.9.0" />
+ <antversion exactly="1.9.1" />
</not>
</condition>
- Should be exactly 1.9.0
+ Should be exactly 1.9.1
</fail>
</target>
@@ -45,10 +45,10 @@
<fail>
<condition>
<not>
- <antversion atleast="1.9.0" />
+ <antversion atleast="1.9.1" />
</not>
</condition>
- Should be at least 1.9.0
+ Should be at least 1.9.1
</fail>
</target>
@@ -57,10 +57,10 @@
<fail>
<condition>
<not>
- <antversion exactly="1.9.0" />
+ <antversion exactly="1.9.1" />
</not>
</condition>
- Should be exactly 1.9.0
+ Should be exactly 1.9.1
</fail>
</target>
</project>