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

Side by Side Diff: chrome/test/data/autofill/phone_pexpected_autofill.txt

Issue 6685077: Two sets of Autofill tests.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Expected Profile for comparing phone numbers Autofill test.
2 # Used by: chrome/test/functional/autofill.py testComparePhoneNumbers
Ilya Sherman 2011/03/18 23:17:11 Curious: What's the motivation for making this a p
dyu1 2011/03/21 18:42:35 I plan to continue to add dictionaries which also
3
4 [
5 {'NAME_FIRST': 'Bob', 'NAME_LAST': 'Smith', 'ADDRESS_HOME_LINE1': '1234 H St.', 'ADDRESS_HOME_CITY': 'San Jose', 'ADDRESS_HOME_STATE': 'CA', 'ADDRESS_HOME_ZIP' : '95110',
6 'PHONE_HOME_WHOLE_NUMBER': '4081234567', 'PHONE_HOME_CITY_CODE-1': '408', 'PHO NE_HOME_CITY_CODE-2': '408', 'PHONE_HOME_NUMBER': '1234567', 'PHONE_HOME_NUMBER_ 3-1': '123',
7 'PHONE_HOME_NUMBER_3-2': '123', 'PHONE_HOME_NUMBER_4-1': '4567', 'PHONE_HOME_N UMBER_4-2': '4567', 'PHONE_HOME_EXT-1': '', 'PHONE_HOME_EXT-2': '',
8 'PHONE_HOME_COUNTRY_CODE-1': '1', 'PHONE_FAX_WHOLE_NUMBER': '6507654321', 'PHO NE_FAX_CITY_CODE-1': '650', 'PHONE_FAX_CITY_CODE-2': '650', 'PHONE_FAX_NUMBER': '7654321',
9 'PHONE_FAX_NUMBER_3-1': '765', 'PHONE_FAX_NUMBER_3-2': '765', 'PHONE_FAX_NUMBE R_4-1': '4321', 'PHONE_FAX_NUMBER_4-2': '4321', 'PHONE_FAX_EXT-1': '', 'PHONE_FA X_EXT-2': '',
10 'PHONE_FAX_COUNTRY_CODE-1': '1',},
Ilya Sherman 2011/03/18 23:17:11 nit: As long as you're wrapping the lines, please
dyu1 2011/03/21 18:42:35 Done.
11 ]
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698