~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_lock/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-20 22:39:38 UTC
  • mfrom: (2363.3.4 simple_locking)
  • Revision ID: pqm@pqm.ubuntu.com-20070320223938-97fdc295a1111e36
(John Arbash Meinel) allow win32 to grab a write lock after 'bzr status', so that we can record the updated stat values.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    result = tests.TestSuite()
68
68
    test_lock_implementations = [
69
69
        'bzrlib.tests.per_lock.test_lock',
 
70
        'bzrlib.tests.per_lock.test_temporary_write_lock',
70
71
        ]
71
72
    adapter = LockTestProviderAdapter(lock._lock_classes)
72
73
    loader = tests.TestLoader()