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

  • Committer: Martin Pool
  • Date: 2008-03-17 04:38:59 UTC
  • mto: This revision was merged to the branch mainline in revision 3292.
  • Revision ID: mbp@sourcefrog.net-20080317043859-5sty12s95qmnjuv1
Remove redundant reduceLockdirTimeout calls

Show diffs side-by-side

added added

removed removed

Lines of Context:
445
445
        wt = bound.open_workingtree()
446
446
        wt.branch.set_bound_location(os.path.realpath('master'))
447
447
        master_branch.lock_write()
448
 
        self.reduceLockdirTimeout()
449
448
        try:
450
449
            self.assertRaises(LockContention, wt.commit, 'silly')
451
450
        finally: