~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_lockdir.py

  • Committer: Aaron Bentley
  • Date: 2007-08-16 12:43:01 UTC
  • mto: This revision was merged to the branch mainline in revision 2716.
  • Revision ID: abentley@panoramicfeedback.com-20070816124301-c34scx2s0bufyu6e
Fix test skip

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
        """LockDir.lock_write() will wait for the lock.""" 
273
273
        # the test suite sets the default to 0 to make deadlocks fail fast.
274
274
        # change it for this test, as we want to try a manual deadlock.
275
 
        raise TestSkipped('Timing-sensitive test')
 
275
        raise tests.TestSkipped('Timing-sensitive test')
276
276
        bzrlib.lockdir._DEFAULT_TIMEOUT_SECONDS = 300
277
277
        t = self.get_transport()
278
278
        lf1 = LockDir(t, 'test_lock')