jirumiro / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

unit test relies on location for testHeadRead #236

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by federico...@gmail.com on 11 Nov 2012 at 2:46