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