433
433
def test_clone_on_transport_obeys_stacking_policy(self):
434
434
parent_bzrdir = self.make_bzrdir('.')
435
435
child_branch = self.make_branch('child', format='development1')
437
437
new_child_transport = parent_bzrdir.transport.clone('child2')
438
438
new_child = child_branch.bzrdir.clone_on_transport(new_child_transport)
440
440
new_child.open_branch().get_stacked_on())