466
466
self.assertEqual(child_branch.base,
467
467
new_child.open_branch().get_stacked_on_url())
469
481
def test_sprout_obeys_stacking_policy(self):
470
482
child_branch, new_child_transport = self.prepare_default_stacking()
471
483
new_child = child_branch.bzrdir.sprout(new_child_transport.base)