Author: bodewig
Date: Mon Aug 31 04:31:50 2009
New Revision: 809460
URL: http://svn.apache.org/viewvc?rev=809460&view=rev
Log:
big file test
Modified:
ant/sandbox/antlibs/compress/trunk/src/tests/antunit/bzip2-test.xml
Modified: ant/sandbox/antlibs/compress/trunk/src/tests/antunit/bzip2-test.xml
URL:
http://svn.apache.org/viewvc/ant/sandbox/antlibs/compress/trunk/src/tests/antunit/bzip2-test.xml?rev=809460&r1=809459&r2=809460&view=diff
==============================================================================
--- ant/sandbox/antlibs/compress/trunk/src/tests/antunit/bzip2-test.xml
(original)
+++ ant/sandbox/antlibs/compress/trunk/src/tests/antunit/bzip2-test.xml Mon Aug
31 04:31:50 2009
@@ -85,4 +85,14 @@
destfile="${output}/asf-logo.gif.bz2" />
<au:assertLogContains text="Nothing to do: asf-logo.gif.bz2 is up to
date."/>
</target>
+
+ <target name="testHugeFile" depends="setUp">
+ <bunzip2 src="../resources/asf-logo-huge.tar.bz2"
+ dest="${output}/asf-logo-huge.tar"/>
+ <cmp:bzip2 src="${output}/asf-logo-huge.tar"
+ destfile="${output}/asf-logo-huge.tar.bz2" />
+ <au:assertLogContains text="Building: asf-logo-huge.tar.bz2"/>
+ <au:assertFileExists file="${output}/asf-logo-huge.tar.bz2"/>
+ </target>
+
</project>