~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_lockdir.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-03-09 08:50:48 UTC
  • mfrom: (1553.5.83 bzr.mbp.locks)
  • Revision ID: pqm@pqm.ubuntu.com-20060309085048-37f21fd146dabe93
[merge] LockDir integration into new formats

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
    def test_32_lock_wait_succeed(self):
171
171
        """Succeed when trying to acquire a lock that gets released
172
172
 
173
 
        One thread holds on a lock and then releases it; another tries to lock it.
 
173
        One thread holds on a lock and then releases it; another 
 
174
        tries to lock it.
174
175
        """
175
176
        t = self.get_transport()
176
177
        lf1 = LockDir(t, 'test_lock')