199
199
# A child of a transport in jail_info is allowed
200
200
_pre_open_hook(t.clone('child'))
201
201
# A parent is not allowed
203
203
# A completely unrelated transport is not allowed
207
207
def test_open_bzrdir_in_non_main_thread(self):
208
208
"""Opening a bzrdir in a non-main thread should work ok.