2231
2231
def test_set_hook_remote_bzrdir(self):
2232
2232
remote_branch = branch.Branch.open(self.get_url('tree'))
2233
2233
self.addCleanup(remote_branch.lock_write().unlock)
2235
2235
self.assertSetHook(remote_bzrdir._get_config(), 'file', 'remotedir')
2237
2237
def assertLoadHook(self, expected_nb_calls, name, conf_class, *conf_args):