/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2007-04-01 04:06:14 UTC
  • mfrom: (2388 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2389.
  • Revision ID: aaron.bentley@utoronto.ca-20070401040614-3f0tytdrc2jtv8f6
Merge bzr.dev

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