447
448
def test_lightweight_checkout_to_tree_preserves_reference_locations(self):
448
449
format = controldir.format_registry.make_bzrdir('1.9')
450
451
tree = self.make_branch_and_tree('tree', format=format)
451
452
tree.branch.set_reference_info('file_id', 'path', '../location')
452
453
checkout = tree.branch.create_checkout('checkout', lightweight=True)