~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_lockdir.py

Merge from bzr.ab.integration

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')