/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/branch_implementations/test_stacking.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-12-01 23:50:52 UTC
  • mfrom: (3834.5.4 sprout_matching_bzrdir)
  • Revision ID: pqm@pqm.ubuntu.com-20081201235052-tlg1kksgj0kuya56
(jam) branch_format._matching_bzrdir.branch_format should always
        match.

Show diffs side-by-side

added added

removed removed

Lines of Context:
415
415
            raise TestNotApplicable()
416
416
        # Avoid make_branch, which produces standalone branches.
417
417
        bzrdir = self.make_bzrdir('repo/stack-on')
418
 
        b = bzrdir.create_branch()
 
418
        try:
 
419
            b = bzrdir.create_branch()
 
420
        except errors.UninitializableFormat:
 
421
            raise TestNotApplicable()
419
422
        transport = self.get_transport('stacked')
420
423
        b.bzrdir.clone_on_transport(transport, stacked_on=b.base)
421
424
        # Ensure that opening the branch doesn't raise.