~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_info.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-14 15:22:39 UTC
  • mfrom: (4523.4.21 1.18-lock-warnings)
  • Revision ID: pqm@pqm.ubuntu.com-20090814152239-m0ybwy7vfs32exeh
(jam) Update the test suite to cause failures when we take out
        multiple locks on the same file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1332
1332
    def test_info_locking_oslocks(self):
1333
1333
        if sys.platform == "win32":
1334
1334
            raise TestSkipped("don't use oslocks on win32 in unix manner")
 
1335
        self.thisFailsStrictLockCheck()
1335
1336
 
1336
1337
        tree = self.make_branch_and_tree('branch',
1337
1338
                                         format=bzrdir.BzrDirFormat6())