Added two new test files.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 15 Dec 2008 09:20:22 +0000 (11:20 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 15 Dec 2008 09:20:22 +0000 (11:20 +0200)
tests/files/README
tests/files/bad-1-lzma2-8.xz [new file with mode: 0644]
tests/files/good-1-lzma2-4.xz [new file with mode: 0644]

index 8f0a73a..a8516f2 100644 (file)
     uncompressed and the second is LZMA. The first chunk resets dictionary
     and the second sets new properties.
 
+    good-1-lzma2-4.xz has three LZMA2 chunks: First is LZMA, second is
+    uncompressed with dictionary reset, and third is LZMA with new
+    properties but without dictionary reset.
+
     good-1-3delta-lzma2.xz has three Delta filters and LZMA2.
 
 
 
     bad-1-lzma2-7.xz has EOPM at LZMA level.
 
+    bad-1-lzma2-8.xz is like good-1-lzma2-4.xz but doesn't set new
+    properties in the third LZMA2 chunk.
+
diff --git a/tests/files/bad-1-lzma2-8.xz b/tests/files/bad-1-lzma2-8.xz
new file mode 100644 (file)
index 0000000..f21a71b
Binary files /dev/null and b/tests/files/bad-1-lzma2-8.xz differ
diff --git a/tests/files/good-1-lzma2-4.xz b/tests/files/good-1-lzma2-4.xz
new file mode 100644 (file)
index 0000000..e0d623a
Binary files /dev/null and b/tests/files/good-1-lzma2-4.xz differ