/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 breezy/tests/test_http.py

  • Committer: Jelmer Vernooij
  • Date: 2018-09-13 12:05:52 UTC
  • mto: This revision was merged to the branch mainline in revision 7109.
  • Revision ID: jelmer@jelmer.uk-20180913120552-umzmxnd1rf37suje
Fix invalid url.

Show diffs side-by-side

added added

removed removed

Lines of Context:
389
389
        self._transport('http://example.com/bzr/bzr.dev/')
390
390
        self.assertRaises(urlutils.InvalidURL,
391
391
                          self._transport,
392
 
                          'http://http://example.com/bzr/bzr.dev/')
 
392
                          'http://example.com:port/bzr/bzr.dev/')
393
393
 
394
394
    def test_http_root_urls(self):
395
395
        """Construction of URLs from server root"""