~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Commit current test pass improvements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
                           )
31
31
from bzrlib.tests import (
32
32
                          adapt_modules,
33
 
                          default_transport,
34
33
                          TestLoader,
35
34
                          TestSuite,
36
35
                          )
64
63
    # TODO: To usefully test the SmartServer, we need to specify the bzrdir
65
64
    # format, branch format, and also the transport.
66
65
    adapter = BranchTestProviderAdapter(
67
 
        default_transport,
 
66
        # None here will cause the default vfs transport server to be used.
 
67
        None,
68
68
        # None here will cause a readonly decorator to be created
69
69
        # by the TestCaseWithTransport.get_readonly_transport method.
70
70
        None,