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)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Mon, 7 Aug 2017 12:02:44 +0000 (14:02 +0200)
commitbbc5f752752d1409155388cbeff1e9274abe6dfd
tree3c53bf42b98a6473e8cb402a9a2f0f57d31f7c70
parenta62abf3a30a54abd85137c0f3c9517f622a0d773
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