691
689
target_branch = repo.bzrdir.create_branch(name='foo')
692
690
except errors.NoColocatedBranchSupport:
693
691
raise TestNotApplicable('Format does not support colocation')
696
693
self.assertEqual(set(["", 'foo']),
697
694
set(repo.bzrdir.get_branches().keys()))