diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-01-08 23:05:40 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-01-08 23:05:40 +0200 |
commit | 3bb9bb310936cba6a743b4f06739a397dec7c28f (patch) | |
tree | 714083bc86dbfe667de4c0b628cab29b01ecfba8 /tests/files | |
parent | Fix decoding of Blocks that have only Block Header. (diff) | |
download | xz-3bb9bb310936cba6a743b4f06739a397dec7c28f.tar.xz |
Added test files with empty Compressed Data.
Diffstat (limited to 'tests/files')
-rw-r--r-- | tests/files/README | 6 | ||||
-rw-r--r-- | tests/files/good-single-lzma-empty.lzma | bin | 0 -> 21 bytes | |||
-rw-r--r-- | tests/files/good-single-none-empty_1.lzma | bin | 0 -> 18 bytes | |||
-rw-r--r-- | tests/files/good-single-none-empty_2.lzma | bin | 0 -> 26 bytes |
4 files changed, 6 insertions, 0 deletions
diff --git a/tests/files/README b/tests/files/README index f4d4fe77..8f761709 100644 --- a/tests/files/README +++ b/tests/files/README @@ -45,6 +45,12 @@ 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 Binary files differnew file mode 100644 index 00000000..b4457804 --- /dev/null +++ b/tests/files/good-single-lzma-empty.lzma diff --git a/tests/files/good-single-none-empty_1.lzma b/tests/files/good-single-none-empty_1.lzma Binary files differnew file mode 100644 index 00000000..ef803210 --- /dev/null +++ b/tests/files/good-single-none-empty_1.lzma diff --git a/tests/files/good-single-none-empty_2.lzma b/tests/files/good-single-none-empty_2.lzma Binary files differnew file mode 100644 index 00000000..612bdac2 --- /dev/null +++ b/tests/files/good-single-none-empty_2.lzma |