~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bzrdir.py

Merge http-leaks into sftp-leaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
1111
1111
    """
1112
1112
 
1113
1113
    def create_transport_readonly_server(self):
 
1114
        # We don't set the http protocol version, relying on the default
1114
1115
        return http_utils.HTTPServerRedirecting()
1115
1116
 
1116
1117
    def create_transport_secondary_server(self):
 
1118
        # We don't set the http protocol version, relying on the default
1117
1119
        return http_utils.HTTPServerRedirecting()
1118
1120
 
1119
1121
    def setUp(self):