/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: 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:
181
181
 
182
182
    def test_creation(self):
183
183
        format = BzrDirMetaFormat1()
184
 
        format.branch_format = _mod_branch.BzrBranchFormat6()
 
184
        format.set_branch_format(_mod_branch.BzrBranchFormat6())
185
185
        branch = self.make_branch('a', format=format)
186
186
        self.assertIsInstance(branch, _mod_branch.BzrBranch6)
187
187
        branch = self.make_branch('b', format='experimental-branch6')