/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_pack_repository.py

  • Committer: John Arbash Meinel
  • Date: 2009-05-29 09:59:25 UTC
  • mto: This revision was merged to the branch mainline in revision 4392.
  • Revision ID: john@arbash-meinel.com-20090529095925-d1cvs7nugqh3iy48
A bit more review feedback from Andrew.

Show diffs side-by-side

added added

removed removed

Lines of Context:
673
673
        repo = self.make_repository('repo', format=self.get_format())
674
674
        if repo.chk_bytes is None:
675
675
            raise TestNotApplicable('no chk_bytes for this repository')
676
 
            expected_names.append(wg_tokens[0] + '.cix')
677
676
        token = repo.lock_write()
678
677
        self.addCleanup(repo.unlock)
679
678
        repo.start_write_group()