mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Added two test files.
This commit is contained in:
parent
ea560b0ea8
commit
ed3709000a
3 changed files with 6 additions and 0 deletions
|
@ -126,6 +126,12 @@
|
|||
bad-0-empty-truncated.lzma is good-0-empty.lzma without the last byte
|
||||
of the file.
|
||||
|
||||
bad-0-header_magic.lzma is good-0-empty.lzma but with one byte wrong
|
||||
in the Header Magic Bytes field.
|
||||
|
||||
bad-0-footer_magic.lzma is good-0-empty.lzma but with one byte wrong
|
||||
in the Footer Magic Bytes field.
|
||||
|
||||
bad-0-nonempty_index.lzma has no Blocks but Index claims that there is
|
||||
one Block.
|
||||
|
||||
|
|
BIN
tests/files/bad-0-footer_magic.lzma
Normal file
BIN
tests/files/bad-0-footer_magic.lzma
Normal file
Binary file not shown.
BIN
tests/files/bad-0-header_magic.lzma
Normal file
BIN
tests/files/bad-0-header_magic.lzma
Normal file
Binary file not shown.
Loading…
Reference in a new issue