~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transport_implementations.py

  • Committer: Martin Pool
  • Date: 2006-03-09 08:01:51 UTC
  • mto: This revision was merged to the branch mainline in revision 1611.
  • Revision ID: mbp@sourcefrog.net-20060309080151-ad1d845b9aeae633
Add new protocol 'http+pycurl' that always uses PyCurl.

A special http server is provided for testing that asks clients to connect
this way.

Show diffs side-by-side

added added

removed removed

Lines of Context:
826
826
        # that have aliasing problems like symlinks should go in backend
827
827
        # specific test cases.
828
828
        transport = self.get_transport()
 
829
        
 
830
        # disabled because some transports might normalize urls in generating
 
831
        # the abspath - eg http+pycurl-> just http -- mbp 20060308 
829
832
        self.assertEqual(transport.base + 'relpath',
830
833
                         transport.abspath('relpath'))
831
834