| Index: chrome/test/functional/passwords.py
|
| ===================================================================
|
| --- chrome/test/functional/passwords.py (revision 137977)
|
| +++ chrome/test/functional/passwords.py (working copy)
|
| @@ -15,9 +15,9 @@
|
| """Tests that passwords work correctly."""
|
|
|
| INFOBAR_TYPE = 'password_infobar'
|
| - URL = 'https://www.google.com/accounts/ServiceLogin'
|
| - URL_HTTPS = 'https://www.google.com/accounts/Login'
|
| - URL_LOGOUT = 'https://www.google.com/accounts/Logout'
|
| + URL = 'https://accounts.google.com/ServiceLogin'
|
| + URL_HTTPS = 'https://accounts.google.com/Login'
|
| + URL_LOGOUT = 'https://accounts.google.com/Logout'
|
|
|
| def Debug(self):
|
| """Test method for experimentation.
|
|
|
| Property changes on: chrome/test/functional/passwords.py
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|