Chromium Code Reviews| Index: chrome/test/functional/cookies.py |
| diff --git a/chrome/test/functional/cookies.py b/chrome/test/functional/cookies.py |
| index 93b65b027cade9352b5729374a57109d54e61d66..55498ad8f8176c3b28acb71f654a75abea4e3e28 100755 |
| --- a/chrome/test/functional/cookies.py |
| +++ b/chrome/test/functional/cookies.py |
| @@ -15,7 +15,7 @@ class CookiesTest(pyauto.PyUITest): |
| def __init__(self, methodName='runTest'): |
| super(CookiesTest, self).__init__(methodName) |
| - self.test_host = os.environ.get('COOKIES_TEST_HOST', 'www.google.com') |
|
jochen (gone - plz use gerrit)
2012/05/24 11:04:03
www.google.com sets cookies for google.com. We'll
|
| + self.test_host = os.environ.get('COOKIES_TEST_HOST', 'google.com') |
| def setUp(self): |
| pyauto.PyUITest.setUp(self); |