~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2006-03-06 07:11:09 UTC
  • mfrom: (1591 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1593.
  • Revision ID: mbp@sourcefrog.net-20060306071109-6b35534e38610c43
[merge] bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
def test_suite():
40
40
    result = TestSuite()
41
41
    test_branch_implementations = [
 
42
        'bzrlib.tests.branch_implementations.test_bound_sftp',
42
43
        'bzrlib.tests.branch_implementations.test_branch',
43
44
        'bzrlib.tests.branch_implementations.test_parent',
44
45
        'bzrlib.tests.branch_implementations.test_permissions',
 
46
        'bzrlib.tests.branch_implementations.test_update',
45
47
        ]
46
48
    adapter = BranchTestProviderAdapter(
47
49
        default_transport,