Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8407)

Unified Diff: chrome/test/functional/autofill.py

Issue 6961037: Changing Autofill phone numbers in test to valid US numbers. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/autofill/functional/phone_pinput_autofill.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/autofill.py
===================================================================
--- chrome/test/functional/autofill.py (revision 86156)
+++ chrome/test/functional/autofill.py (working copy)
@@ -265,7 +265,7 @@
'EMAIL_ADDRESS': 'bsmith@example.com',
'COMPANY_NAME': 'Company X',
'ADDRESS_HOME_CITY': 'Mountain View',
- 'PHONE_HOME_WHOLE_NUMBER': '650-123-4567',}
+ 'PHONE_HOME_WHOLE_NUMBER': '650-555-4567',}
self._FillFormAndSubmit(
profile, 'duplicate_profiles_test.html', tab_index=0, windex=0)
self.assertFalse(self.GetAutofillProfile()['profiles'],
@@ -281,7 +281,7 @@
'ADDRESS_HOME_STATE': 'CA',
'ADDRESS_HOME_ZIP': '95110',
'COMPANY_NAME': 'Company X',
- 'PHONE_HOME_WHOLE_NUMBER': '408-123-4567',}
+ 'PHONE_HOME_WHOLE_NUMBER': '408-871-4567',}
self._FillFormAndSubmit(
profile, 'duplicate_profiles_test.html', tab_index=0, windex=0)
self.assertFalse(self.GetAutofillProfile()['profiles'],
@@ -351,7 +351,7 @@
'ADDRESS_HOME_STATE': 'CA',
'ADDRESS_HOME_ZIP': '95110',
'COMPANY_NAME': 'Company X',
- 'PHONE_HOME_WHOLE_NUMBER': '408-123-4567',}
+ 'PHONE_HOME_WHOLE_NUMBER': '408-871-4567',}
self.FillAutofillProfile(profiles=[profile])
url = self.GetHttpURLForDataPath(
@@ -390,7 +390,7 @@
'EMAIL_ADDRESS': 'bsmith@gmail.com',
'ADDRESS_HOME_LINE1': '1234 H St.',
'ADDRESS_HOME_CITY': 'San Jose',
- 'PHONE_HOME_WHOLE_NUMBER': '4081234567',}
+ 'PHONE_HOME_WHOLE_NUMBER': '4088714567',}
self.FillAutofillProfile(profiles=[profile])
url = self.GetHttpURLForDataPath(
@@ -429,7 +429,7 @@
'EMAIL_ADDRESS': 'bsmith@gmail.com',
'ADDRESS_HOME_LINE1': '1234 H St.',
'ADDRESS_HOME_CITY': 'San Jose',
- 'PHONE_HOME_WHOLE_NUMBER': '4081234567',}
+ 'PHONE_HOME_WHOLE_NUMBER': '4088714567',}
middle_initial = profile['NAME_MIDDLE'][0]
self.FillAutofillProfile(profiles=[profile])
@@ -456,7 +456,7 @@
profile = {'NAME_FIRST': 'Bob',
'NAME_LAST': 'Smith',
'EMAIL_ADDRESS': 'bsmith@gmail.com',
- 'PHONE_HOME_WHOLE_NUMBER': '4081234567',}
+ 'PHONE_HOME_WHOLE_NUMBER': '4088714567',}
self.FillAutofillProfile(profiles=[profile])
url = self.GetHttpURLForDataPath(
@@ -484,7 +484,7 @@
'ADDRESS_HOME_STATE': 'CA',
'ADDRESS_HOME_ZIP': '95110',
'COMPANY_NAME': 'Company X',
- 'PHONE_HOME_WHOLE_NUMBER': '408-123-4567',}
+ 'PHONE_HOME_WHOLE_NUMBER': '408-871-4567',}
self._FillFormAndSubmit(
profile, 'duplicate_profiles_test.html', tab_index=0, windex=0)
self.assertFalse(self.GetAutofillProfile()['profiles'],
« no previous file with comments | « chrome/test/data/autofill/functional/phone_pinput_autofill.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698