103
106
# by the TestCaseWithTransport.get_readonly_transport method.
107
110
adapt_modules(test_bzrdir_implementations, adapter, loader, result)
109
112
# This will always add the tests for smart server transport, regardless of
110
113
# the --transport option the user specified to 'bzr selftest'.
112
118
from bzrlib.remote import RemoteBzrDirFormat
114
120
# test the remote server behaviour using a MemoryTransport
116
122
adapt_to_smart_server = BzrDirTestProviderAdapter(
118
124
SmartTCPServer_for_testing,