2032
2032
t = self._transport('http://www.example.com/foo')
2033
2033
r = t._redirected_to('http://www.example.com/foo',
2034
2034
'ftp://www.example.com/foo')
2036
2036
self.assertEquals('ftp://www.example.com/foo/', r.external_url())
2038
2038
def test_redirected_to_same_host_specific_implementation(self):