201
205
# A parent is not allowed
202
206
self.assertRaises(errors.JailBreak, _pre_open_hook, t.clone('..'))
203
207
# A completely unrelated transport is not allowed
207
211
def test_open_bzrdir_in_non_main_thread(self):
208
212
"""Opening a bzrdir in a non-main thread should work ok.