pombreda / gaeunit

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

google_api_tests fail in the UK #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the localhost:8080/test using the sample_app provided by gaeunit.
2. Be directed to a version of the google homepage with a design that does 
not start <html>.
3.

What is the expected output? What do you see instead?
The test would normally pass, but this time failed.

What version of the product are you using? On what operating system?
1.2.8 on Windows XP.

Please provide any additional information below.
Changing line 9 of the test/google_api_tests.py to read:
self.assertEquals(0, response.content.find('<!doctype html>'))

Original issue reported on code.google.com by beechhorn on 8 Nov 2009 at 1:11