/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smart_request.py

  • Committer: Vincent Ladeuil
  • Date: 2011-11-24 15:48:29 UTC
  • mfrom: (6289 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6337.
  • Revision ID: v.ladeuil+lp@free.fr-20111124154829-avowjpsxdl8yp2vz
merge trunk resolving conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
        self.assertRaises(errors.JailBreak, _pre_open_hook, t.clone('..'))
241
241
        # A completely unrelated transport is not allowed
242
242
        self.assertRaises(errors.JailBreak, _pre_open_hook,
243
 
                          transport.get_transport('http://host/'))
 
243
                          transport.get_transport_from_url('http://host/'))
244
244
 
245
245
    def test_open_bzrdir_in_non_main_thread(self):
246
246
        """Opening a bzrdir in a non-main thread should work ok.