git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@731843 13f79535-47bb-0310-9956-ffa450edef68master
@@ -5,7 +5,7 @@ | |||||
========================================================================= | ========================================================================= | ||||
Apache Ant | Apache Ant | ||||
Copyright 1999-2008 The Apache Software Foundation | |||||
Copyright 1999-2009 The Apache Software Foundation | |||||
This product includes software developed by | This product includes software developed by | ||||
The Apache Software Foundation (http://www.apache.org/). | The Apache Software Foundation (http://www.apache.org/). | ||||
@@ -31,4 +31,17 @@ | |||||
<au:assertPropertySet name="checksumsMatch"/> | <au:assertPropertySet name="checksumsMatch"/> | ||||
</target> | </target> | ||||
<target name="xtestTotalPropertyAcrossPlatforms" | |||||
description="testcase for | |||||
https://issues.apache.org/bugzilla/show_bug.cgi?id=36748"> | |||||
<mkdir dir="${input}"/> | |||||
<echo file="${input}/a.txt">abc</echo> | |||||
<echo file="${input}/B.txt">xyz</echo> | |||||
<checksum totalproperty="total"> | |||||
<fileset dir="${input}"/> | |||||
</checksum> | |||||
<au:assertPropertyEquals name="total" | |||||
value="709a9cf15c8834c59c7eeb07522cdf56"/> | |||||
</target> | |||||
</project> | </project> |
@@ -26,7 +26,7 @@ | |||||
<section name="Legal Stuff They Make Us Say"> | <section name="Legal Stuff They Make Us Say"> | ||||
<p>All material on this website is Copyright © 1999-2008, | |||||
<p>All material on this website is Copyright © 1999-2009, | |||||
The Apache Software Foundation.</p> | The Apache Software Foundation.</p> | ||||
<p>Sun, Sun Microsystems, Solaris, Java, JavaServer Web | <p>Sun, Sun Microsystems, Solaris, Java, JavaServer Web | ||||