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