373
373
# to end behaviour, so stubbing out the backend and simulating would
374
374
# defeat the purpose. We test the protocol implementation separately
375
375
# in test_remote and test_smart as usual.
377
378
self.transport = get_transport('.')
378
379
self.lockable = self.get_lockable()
381
382
# getting a new lockable involves opening a new instance of the branch
382
383
branch = bzrlib.branch.Branch.open(self.get_url('foo'))
383
385
return branch.control_files