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

Side by Side Diff: chrome/test/data/autofill/functional/phonecharacters.txt

Issue 8774026: Fix incorrect number in pyauto tests that caused them to fail with stricter versions of the phone... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Input profiles for a test which validates that aggregated phone numbers are cl eaned. 1 # Input profiles for a test which validates that aggregated phone numbers are cl eaned.
2 # Used by: chrome/test/functional/autofill.py testCharsStrippedForAggregatedPhon eNumbers 2 # Used by: chrome/test/functional/autofill.py testCharsStrippedForAggregatedPhon eNumbers
3 3
4 [ 4 [
5 {'NAME_FIRST': 'Bob', 5 {'NAME_FIRST': 'Bob',
6 'NAME_LAST': 'Smith', 6 'NAME_LAST': 'Smith',
7 'ADDRESS_HOME_LINE1': '123 Cherry Ave', 7 'ADDRESS_HOME_LINE1': '123 Cherry Ave',
8 'ADDRESS_HOME_CITY': 'Mountain View', 8 'ADDRESS_HOME_CITY': 'Mountain View',
9 'ADDRESS_HOME_STATE': 'CA', 9 'ADDRESS_HOME_STATE': 'CA',
10 'ADDRESS_HOME_ZIP': '94043', 10 'ADDRESS_HOME_ZIP': '94043',
11 'ADDRESS_HOME_COUNTRY': 'United States', 11 'ADDRESS_HOME_COUNTRY': 'United States',
12 'PHONE_HOME_WHOLE_NUMBER': '+001 (408) 871-4567'}, 12 'PHONE_HOME_WHOLE_NUMBER': '+1 (408) 871-4567'},
13 {'NAME_FIRST': 'Jane', 13 {'NAME_FIRST': 'Jane',
14 'NAME_LAST': 'Doe', 14 'NAME_LAST': 'Doe',
15 'ADDRESS_HOME_LINE1': '1523 Garcia St', 15 'ADDRESS_HOME_LINE1': '1523 Garcia St',
16 'ADDRESS_HOME_CITY': 'Mountain View', 16 'ADDRESS_HOME_CITY': 'Mountain View',
17 'ADDRESS_HOME_STATE': 'CA', 17 'ADDRESS_HOME_STATE': 'CA',
18 'ADDRESS_HOME_ZIP': '94043', 18 'ADDRESS_HOME_ZIP': '94043',
19 'ADDRESS_HOME_COUNTRY': 'Germany', 19 'ADDRESS_HOME_COUNTRY': 'Germany',
20 'PHONE_HOME_WHOLE_NUMBER': '+49 40-80-81-79-000'} 20 'PHONE_HOME_WHOLE_NUMBER': '+49 40-80-81-79-000'}
21 ] 21 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698