~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/bzrdir_implementations/test_bzrdir.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-01-19 10:25:07 UTC
  • mfrom: (3943.2.5 hpss-upgrade)
  • Revision ID: pqm@pqm.ubuntu.com-20090119102507-0ue83url4iguuol1
(mbp) small refactorings of upgrade

Show diffs side-by-side

added added

removed removed

Lines of Context:
1476
1476
            # available
1477
1477
            self.assertTrue(isinstance(dir._format.get_converter(
1478
1478
                format=dir._format), bzrdir.Converter))
1479
 
        dir.needs_format_conversion(None)
 
1479
        dir.needs_format_conversion(
 
1480
            bzrdir.BzrDirFormat.get_default_format())
1480
1481
 
1481
1482
    def test_backup_copies_existing(self):
1482
1483
        tree = self.make_branch_and_tree('test')