adapt concat_compress unit tests to gzip block sequence
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 6 Apr 2017 13:42:15 +0000 (15:42 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:08 +0000 (13:34 +0200)
commita8a5714ff323e207b694bbf5f526ae0ddca132d2
tree2e370ac83db65cdc67eec567240cbc6b2d8e7bb4
parentd601d33b67ac5668a0173fe40e7abb487e3260e7
adapt concat_compress unit tests to gzip block sequence

The unit tests assume that compression of three files requires
three distinct Gzip blocks. The first one of these is empty and
serves no purpose, differing from the others by containing the
more or less redundant archive name. This is no longer the case
after the revision of the header code: the first block will still
have the archive name in the metadata but also contain the first
file.

Thus, adapt the unit tests to no longer check for and then ignore
the empty initial gzip block.
testing/test_concat_compress.py