Index: chrome/test/data/autofill/phone_pinput_autofill.txt |
=================================================================== |
--- chrome/test/data/autofill/phone_pinput_autofill.txt (revision 0) |
+++ chrome/test/data/autofill/phone_pinput_autofill.txt (revision 0) |
@@ -0,0 +1,14 @@ |
+# Input profile for comparing phone numbers in Autofill tests. |
+# Used by: chrome/test/functional/autofill.py testComparePhoneNumbers |
+ |
+[ |
+ {'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','PHONE_HOME_WHOLE_NUMBER': '1-408-123-4567', |
dennis_jeffrey
2011/03/25 16:56:14
Is all of this extra spaces at the end of each lin
dyu1
2011/03/25 19:10:57
No, there are no extra spaces in this file. I upda
dennis_jeffrey
2011/03/25 21:08:45
Ok, just checking. In the previous patch I was lo
|
+ 'PHONE_HOME_CITY_CODE': '408', 'PHONE_HOME_NUMBER': '123-4567', |
+ 'PHONE_HOME_EXT': '88888', 'PHONE_HOME_COUNTRY_CODE': '1', |
+ 'PHONE_FAX_WHOLE_NUMBER': '1-650-765-4321', 'PHONE_FAX_CITY_CODE': '650', |
+ 'PHONE_FAX_NUMBER': '765-4321', 'PHONE_FAX_EXT': '77777', |
+ 'PHONE_FAX_COUNTRY_CODE': '1',}, |
+] |
+ |