Browse Source

testcase for PR 36748

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@731843 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
aee67d5f1e
3 changed files with 15 additions and 2 deletions
  1. +1
    -1
      NOTICE
  2. +13
    -0
      src/tests/antunit/taskdefs/checksum-test.xml
  3. +1
    -1
      xdocs/legal.xml

+ 1
- 1
NOTICE View File

@@ -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/).


+ 13
- 0
src/tests/antunit/taskdefs/checksum-test.xml View File

@@ -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>

+ 1
- 1
xdocs/legal.xml View File

@@ -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 &#169; 1999-2008,
<p>All material on this website is Copyright &#169; 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


Loading…
Cancel
Save