Export to GitHub

httplib2 - issue #236

unit test relies on location for testHeadRead


Posted on Nov 11, 2012 by Helpful Giraffe

www.google.com might redirect you to a country-specific homepage depending on your location (for me is www.google.co.uk). httplib2 will then follow the 302 and self.assertEqual(content, "") will fail.

Status: New

Labels:
Type-Defect Priority-Medium