187
187
if not repo._reconcile_does_inventory_gc:
188
188
raise TestSkipped('Irrelevant test')
189
189
self.checkUnreconciled(d, repo.reconcile())
193
193
# and one garbage inventory
195
195
self.check_missing_was_removed(repo)
197
197
def check_thorough_reweave_missing_revision(self, aBzrDir, reconcile,
200
200
repo = aBzrDir.open_repository()
201
201
if not repo.has_revision(b'missing'):