some more writable snappy tweaks
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>
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"