~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bzrdir.py

  • Committer: Aaron Bentley
  • Date: 2007-02-15 14:08:23 UTC
  • mto: This revision was merged to the branch mainline in revision 2290.
  • Revision ID: abentley@panoramicfeedback.com-20070215140823-xaqpzdqb5bmox2ak
Updates from review

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
        self.assertIsInstance(my_bzrdir.repository_format, 
102
102
            knitrepo.RepositoryFormatKnit1)
103
103
        my_bzrdir = my_format_registry.make_bzrdir('branch6')
104
 
        self.assertIsInstance(my_bzrdir.branch_format,
 
104
        self.assertIsInstance(my_bzrdir.get_branch_format(),
105
105
                              bzrlib.branch.BzrBranchFormat6)
106
106
 
107
107
    def test_get_help(self):