~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-07-09 16:17:45 UTC
  • mfrom: (1711.8.7 two-phase-locking)
  • Revision ID: pqm@pqm.ubuntu.com-20060709161745-764d41910ae59c5e
(jam) update Branch and WorkingTree to properly lock and cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        'bzrlib.tests.branch_implementations.test_bound_sftp',
43
43
        'bzrlib.tests.branch_implementations.test_branch',
44
44
        'bzrlib.tests.branch_implementations.test_break_lock',
 
45
        'bzrlib.tests.branch_implementations.test_locking',
45
46
        'bzrlib.tests.branch_implementations.test_parent',
46
47
        'bzrlib.tests.branch_implementations.test_permissions',
47
48
        'bzrlib.tests.branch_implementations.test_pull',