Added test files with empty Compressed Data.
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 8 Jan 2008 21:05:40 +0000 (23:05 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 8 Jan 2008 21:05:40 +0000 (23:05 +0200)
tests/files/README
tests/files/good-single-lzma-empty.lzma [new file with mode: 0644]
tests/files/good-single-none-empty_1.lzma [new file with mode: 0644]
tests/files/good-single-none-empty_2.lzma [new file with mode: 0644]

index f4d4fe7..8f76170 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.
diff --git a/tests/files/good-single-lzma-empty.lzma b/tests/files/good-single-lzma-empty.lzma
new file mode 100644 (file)
index 0000000..b445780
Binary files /dev/null and b/tests/files/good-single-lzma-empty.lzma differ
diff --git a/tests/files/good-single-none-empty_1.lzma b/tests/files/good-single-none-empty_1.lzma
new file mode 100644 (file)
index 0000000..ef80321
Binary files /dev/null and b/tests/files/good-single-none-empty_1.lzma differ
diff --git a/tests/files/good-single-none-empty_2.lzma b/tests/files/good-single-none-empty_2.lzma
new file mode 100644 (file)
index 0000000..612bdac
Binary files /dev/null and b/tests/files/good-single-none-empty_2.lzma differ