204
204
def test_invalid_http_urls(self):
205
205
"""Trap invalid construction of urls"""
206
206
t = self._transport('http://bazaar-vcs.org/bzr/bzr.dev/')
209
207
self.assertRaises((errors.InvalidURL, errors.ConnectionError),
212
211
def test_http_root_urls(self):
213
212
"""Construction of URLs from server root"""