~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/http.py

Test bogus urls with http in the new infrastructure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
420
420
    def get_url(self):
421
421
        """See bzrlib.transport.Server.get_url."""
422
422
        return self._get_remote_url(self._home_dir)
 
423
        
 
424
    def get_bogus_url(self):
 
425
        """See bzrlib.transport.Server.get_bogus_url."""
 
426
        return 'http://jasldkjsalkdjalksjdkljasd'
 
427