335
335
def test_fetch_into_smart_with_ghost(self):
336
336
trans = self.make_smart_server('target')
337
337
source_b = self.make_simple_branch_with_ghost()
338
340
target = self.make_repository('target')
339
341
# Re-open the repository over the smart protocol
340
342
target = repository.Repository.open(trans.base)