/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smart_transport.py

Remove commented cruft, add a TODO comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1226
1226
    def test_http_send_smart_request_urllib(self):
1227
1227
        self._test_http_send_smart_request('http+urllib')
1228
1228
 
1229
 
    #def test_smart_client_http_medium_send_smart_request(self):
1230
 
    #    medium = smart.SmartClientHTTPMedium()
1231
 
    #    medium.send_smart_request(
1232
 
 
1233
1229
    def test_http_server_with_smarts(self):
1234
1230
        http_server = HTTPServerWithSmarts()
1235
1231
        http_server.setUp()