Added more test files.
authorLasse Collin <lasse.collin@tukaani.org>
Sat, 26 Jan 2008 08:47:55 +0000 (10:47 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Sat, 26 Jan 2008 08:47:55 +0000 (10:47 +0200)
tests/files/README
tests/files/bad-multi-none-block_3.lzma [new file with mode: 0644]
tests/files/good-multi-none-block_2.lzma [new file with mode: 0644]

index b1d0b68..841ec2c 100644 (file)
     Compressed Size and Uncompressed Size fields are present in the Data
     Blocks. There is some Footer Padding between the Blocks.
 
+    good-multi-none-block_2.lzma has Index in Header Metadata Block. The
+    Uncompressed Size field is present in Data Blocks and no EOPM is used.
+
 
 2.2. Bad Files
 
     error before the end of the first Data Block; all Multi-Block decoders
     must detect the file as corrupt at some point.
 
+    bad-multi-none-block_3.lzma has only the Compressed Size field in the
+    Block Header of the second Data Block and EOPM isn't used.
+
 
 2.3. Malicious Files
 
diff --git a/tests/files/bad-multi-none-block_3.lzma b/tests/files/bad-multi-none-block_3.lzma
new file mode 100644 (file)
index 0000000..f5bc72b
Binary files /dev/null and b/tests/files/bad-multi-none-block_3.lzma differ
diff --git a/tests/files/good-multi-none-block_2.lzma b/tests/files/good-multi-none-block_2.lzma
new file mode 100644 (file)
index 0000000..901b030
Binary files /dev/null and b/tests/files/good-multi-none-block_2.lzma differ