~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

update (C) on branch_implementations/__init__.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2005 by Canonical Ltd
 
1
# Copyright (C) 2006 by Canonical Ltd
 
2
# Authors: Robert Collins <robert.collins@canonical.com>
2
3
# -*- coding: utf-8 -*-
3
4
 
4
5
# This program is free software; you can redistribute it and/or modify
25
26
 
26
27
from bzrlib.branch import BranchTestProviderAdapter, BzrBranchFormat
27
28
from bzrlib.tests import adapt_modules, TestLoader, TestSuite
28
 
from bzrlib.tests import TestCaseInTempDir, BzrTestBase
29
29
from bzrlib.transport.local import LocalRelpathServer
30
30
 
 
31
 
31
32
def test_suite():
32
33
    result = TestSuite()
33
34
    test_branch_implementations = [