201
201
def test_invalid_http_urls(self):
202
202
"""Trap invalid construction of urls"""
203
203
t = self._transport('http://bazaar-vcs.org/bzr/bzr.dev/')
206
204
self.assertRaises((errors.InvalidURL, errors.ConnectionError),
209
208
def test_http_root_urls(self):
210
209
"""Construction of URLs from server root"""