Home | History | Annotate | Download | only in test

Lines Matching refs:redirected_url

1017         redirected_url = 'http://www.example.com/index.html#OK\r\n\r\n'
1018 hh = MockHTTPHandler(302, 'Location: ' + redirected_url)
1023 self.assertEqual(fp.geturl(), redirected_url.strip())