~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/http/_urllib2_wrappers.py

  • Committer: Vincent Ladeuil
  • Date: 2007-05-04 10:26:43 UTC
  • mto: (2485.8.14 reuse.transports)
  • mto: This revision was merged to the branch mainline in revision 2646.
  • Revision ID: v.ladeuil+lp@free.fr-20070504102643-3qbwrvmvzjildjez
Add a test for create_branch_convenience. Mark some places to test for multiple connections.

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
 
236
236
    handler_order = 1000 # after all pre-processings
237
237
 
238
 
    # test mutiple connections
 
238
    # FIXME: instrument or refactor to allow testing for mutiple connections
239
239
    def create_connection(self, request, http_connection_class):
240
240
        host = request.get_host()
241
241
        if not host: