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