~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-06-12 14:52:49 UTC
  • mto: (1551.19.24 Aaron's mergeable stuff)
  • mto: This revision was merged to the branch mainline in revision 2524.
  • Revision ID: abentley@panoramicfeedback.com-20070612145249-1izjczqhnfp71s9k
Fix skip

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
        # AssertionError: not equal:
230
230
        # a = 1
231
231
        # b = 0
232
 
        raise TestSkipped("Test fails intermittently")
 
232
        raise tests.TestSkipped("Test fails intermittently")
233
233
        t = self.get_transport()
234
234
        lf1 = LockDir(t, 'test_lock')
235
235
        lf1.create()