Repository: ant-antlibs-compress
Updated Branches:
  refs/heads/compress-1.14 35e432fcb -> cfb57edd2


some more writable snappy tweaks


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/fefec90e
Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/tree/fefec90e
Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/diff/fefec90e

Branch: refs/heads/compress-1.14
Commit: fefec90e2e346faf907321c98806099bb58619d1
Parents: 35e432f
Author: Stefan Bodewig <bode...@apache.org>
Authored: Mon May 8 10:55:10 2017 +0200
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Mon May 8 10:55:10 2017 +0200

----------------------------------------------------------------------
 docs/index.html                   | 2 +-
 src/tests/antunit/snappy-test.xml | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/blob/fefec90e/docs/index.html
----------------------------------------------------------------------
diff --git a/docs/index.html b/docs/index.html
index 26f3fb6..f7e2c4b 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -31,7 +31,7 @@
       Commons Compress</a>.  Using Apache Commons Compress 1.13 this
       Antlib supports gzip, bzip2, lzma standalone, xz, .Z, DEFLATE, Snappy and
       pack200 compression and ar, arj, cpio, 7z, Unix dump, tar and
-      zip archives.  Support for arj, .Z, Snappy and dump is
+      zip archives.  Support for arj, .Z and dump is
       read-only.  7z can only be used on filesystem resources.</p>
 
     <h3>Known Limitations</h3>

http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/blob/fefec90e/src/tests/antunit/snappy-test.xml
----------------------------------------------------------------------
diff --git a/src/tests/antunit/snappy-test.xml 
b/src/tests/antunit/snappy-test.xml
index 34531e7..2751b44 100644
--- a/src/tests/antunit/snappy-test.xml
+++ b/src/tests/antunit/snappy-test.xml
@@ -87,9 +87,7 @@
     <au:assertLogContains text="Nothing to do: asf-logo.gif.sz 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:snappy destfile="${output}/asf-logo.tar.sz">
       <cmp:tar>
         <cmp:cpiofileset src="../resources/asf-logo.gif.bin.cpio"

Reply via email to