199
199
index = self.index_class(trans, 'pack-names', None)
200
200
self.assertEqual(9, len(list(index.iter_all_entries())))
201
201
# insert some files in obsolete_packs which should be removed by pack.
204
204
# committing one more should coalesce to 1 of 10.
205
205
tree.commit('commit triggering pack')
206
206
index = self.index_class(trans, 'pack-names', None)