/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/branch_implementations/__init__.py

  • Committer: Aaron Bentley
  • Date: 2006-05-20 17:51:13 UTC
  • mfrom: (1718 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1727.
  • Revision ID: aaron.bentley@utoronto.ca-20060520175113-4549e0023f9210bf
Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    test_branch_implementations = [
42
42
        'bzrlib.tests.branch_implementations.test_bound_sftp',
43
43
        'bzrlib.tests.branch_implementations.test_branch',
 
44
        'bzrlib.tests.branch_implementations.test_break_lock',
44
45
        'bzrlib.tests.branch_implementations.test_parent',
45
46
        'bzrlib.tests.branch_implementations.test_permissions',
 
47
        'bzrlib.tests.branch_implementations.test_pull',
46
48
        'bzrlib.tests.branch_implementations.test_update',
47
49
        ]
48
50
    adapter = BranchTestProviderAdapter(