fixing last two unit tests bugs, realted to multivol and tar iterator
authorEduardo Robles Elvira <edulix@wadobo.com>
Mon, 30 Sep 2013 07:58:55 +0000 (09:58 +0200)
committerEduardo Robles Elvira <edulix@wadobo.com>
Mon, 30 Sep 2013 07:58:55 +0000 (09:58 +0200)
commit6bca471cf1920758d7bdcfa5b2214f5e3bda9011
tree811350414cc5422fd72959a9c2962b6d61026060
parentbe18b930212711eea0d0aff800ba93f80988a054
fixing last two unit tests bugs, realted to multivol and tar iterator

* when a file was split in two volumes, the tarinfo from the second volume was read twice
* tar iterator failed when reading an empty volume because instead of returning None, it tried to read position 0 and when reading from _Stream thats not allowed
deltatar/deltatar.py
deltatar/tarfile.py