/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_branch.py

  • Committer: Martin Pool
  • Date: 2007-08-14 11:53:00 UTC
  • mto: This revision was merged to the branch mainline in revision 2722.
  • Revision ID: mbp@sourcefrog.net-20070814115300-ck5miivuv97mj8gp
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    def test_default_format_is_same_as_bzrdir_default(self):
64
64
        # XXX: it might be nice if there was only one place the default was
65
65
        # set, but at the moment that's not true -- mbp 20070814 -- 
 
66
        # https://bugs.launchpad.net/bzr/+bug/132376
66
67
        self.assertEqual(BranchFormat.get_default_format(),
67
68
                BzrDirFormat.get_default_format().get_branch_format())
68
69