aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-01-08 23:10:57 +0200
committerLasse Collin <lasse.collin@tukaani.org>2008-01-08 23:10:57 +0200
commit97d5fa82077e57815dfad995dc393c2809a78539 (patch)
tree6857d47235420b5e1eed9fd4ad5c0e43bc3dd9a1
parentAdded test files with empty Compressed Data. (diff)
downloadxz-97d5fa82077e57815dfad995dc393c2809a78539.tar.xz
Updated tests/files/README.
-rw-r--r--tests/files/README15
1 files changed, 9 insertions, 6 deletions
diff --git a/tests/files/README b/tests/files/README
index 8f761709..84c9415c 100644
--- a/tests/files/README
+++ b/tests/files/README
@@ -45,12 +45,6 @@
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.
@@ -58,6 +52,15 @@
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.