|
@@ -190,7 +190,7 @@ class TestPack(PackTests):
|
|
|
|
|
|
def test_copy(self):
|
|
|
p = self.get_pack(pack1_sha)
|
|
|
- write_pack("Elch", p.iterobjects(), len(p))
|
|
|
+ write_pack("Elch", [(x, "") for x in p.iterobjects()], len(p))
|
|
|
self.assertEquals(p, Pack("Elch"))
|
|
|
|
|
|
def test_commit_obj(self):
|