/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_lockdir.py

  • Committer: Jelmer Vernooij
  • Date: 2011-08-22 15:22:57 UTC
  • mfrom: (6092 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6191.
  • Revision ID: jelmer@samba.org-20110822152257-6z7jx73i59npiauo
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
463
463
    def test_lock_with_buggy_rename(self):
464
464
        # test that lock acquisition handles servers which pretend they
465
465
        # renamed correctly but that actually fail
466
 
        t = transport.get_transport('brokenrename+' + self.get_url())
 
466
        t = transport.get_transport_from_url(
 
467
            'brokenrename+' + self.get_url())
467
468
        ld1 = LockDir(t, 'test_lock')
468
469
        ld1.create()
469
470
        ld1.attempt_lock()