can re-enable test when using Compress 1.14
Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/commit/35e432fc Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/tree/35e432fc Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/diff/35e432fc Branch: refs/heads/compress-1.14 Commit: 35e432fcb87427f9912e553038cd8343023b0797 Parents: a46461e Author: Stefan Bodewig <[email protected]> Authored: Mon May 8 10:04:27 2017 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Mon May 8 10:04:27 2017 +0200 ---------------------------------------------------------------------- src/tests/antunit/lzma-test.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/blob/35e432fc/src/tests/antunit/lzma-test.xml ---------------------------------------------------------------------- diff --git a/src/tests/antunit/lzma-test.xml b/src/tests/antunit/lzma-test.xml index ce2721c..0811369 100644 --- a/src/tests/antunit/lzma-test.xml +++ b/src/tests/antunit/lzma-test.xml @@ -87,9 +87,7 @@ <au:assertLogContains text="Nothing to do: asf-logo.gif.lzma is up to date."/> </target> - <!-- re-enable once we upgrade to CC 1.14, see - https://issues.apache.org/jira/browse/COMPRESS-393 --> - <target name="XtestNestedTask" depends="setUp"> + <target name="testNestedTask" depends="setUp"> <cmp:lzma destfile="${output}/asf-logo.tar.lzma"> <cmp:tar> <cmp:cpiofileset src="../resources/asf-logo.gif.bin.cpio"
