Repository: commons-compress Updated Branches: refs/heads/master 68bc083e6 -> 8c75380e4
COMPRESS-271 test file using block dependency has been created with ``` lz4 -BD -B4 bla.dump ``` `-B4` for a 64k block size as the file is smaller than 4MB and we wouldn't see the effect of block dependency with the default configuration. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/dc45445f Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/dc45445f Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/dc45445f Branch: refs/heads/master Commit: dc45445f173fc6aabb99a2c86a6ccbc585dc3f07 Parents: 68bc083 Author: Stefan Bodewig <bode...@apache.org> Authored: Sun Feb 5 18:38:26 2017 +0100 Committer: Stefan Bodewig <bode...@apache.org> Committed: Sun Feb 5 18:38:26 2017 +0100 ---------------------------------------------------------------------- src/test/resources/bla.dump.lz4 | Bin 0 -> 1443 bytes 1 file changed, 0 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/dc45445f/src/test/resources/bla.dump.lz4 ---------------------------------------------------------------------- diff --git a/src/test/resources/bla.dump.lz4 b/src/test/resources/bla.dump.lz4 new file mode 100644 index 0000000..d2a813f Binary files /dev/null and b/src/test/resources/bla.dump.lz4 differ