~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/bzrdir_implementations/test_bzrdir.py

  • Committer: Martin Pool
  • Date: 2008-03-17 04:41:06 UTC
  • mto: This revision was merged to the branch mainline in revision 3292.
  • Revision ID: mbp@sourcefrog.net-20080317044106-guta6lhn5ns9ursj
Remove one more reduceLockdirTimeout call

Show diffs side-by-side

added added

removed removed

Lines of Context:
1582
1582
                # its still held by the explicit lock we took, and the break
1583
1583
                # lock should not have touched it.
1584
1584
                repo = thisdir.open_repository()
1585
 
                self.reduceLockdirTimeout()
1586
1585
                self.assertRaises(errors.LockContention, repo.lock_write)
1587
1586
        finally:
1588
1587
            unused_repo.unlock()