Updated tests/files/README.
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 8 Jan 2008 21:10:57 +0000 (23:10 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 8 Jan 2008 21:10:57 +0000 (23:10 +0200)
tests/files/README

index 8f76170..84c9415 100644 (file)
     concatenated as is. Fully decoding this file requires that the decoder
     supports decoding concatenated files.
 
-    good-single-none-empty_1.lzma is an empty file with implicit Copy
-    filter and no integrity Check.
-
-    good-single-none-empty_2.lzma is an empty file with implicit Copy
-    filter and CRC32 as Check.
-
     good-single-subblock_implicit.lzma uses implicit Subblock filter.
 
     good-single-lzma.lzma is LZMA compressed file with EOPM.
     good-single-subblock-lzma.lzma has basic combination of Subblock and
     LZMA filters.
 
+    good-single-none-empty_1.lzma is an empty file with implicit Copy
+    filter and no integrity Check.
+
+    good-single-none-empty_2.lzma is an empty file with implicit Copy
+    filter and CRC32 as Check.
+
+    good-single-lzma-empty.lzma is an empty file with LZMA filter and no
+    integrity Check.
+
     good-single-subblock_rle.lzma takes advantage of Subblock filter's
     run-length encoding.