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

Unified Diff: chrome/test/data/autofill/functional/phonechecker.txt

Issue 10855253: Convert the autofill pyauto tests to browser tests, and remove all the supporting automation hooks … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 8 years, 4 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
Index: chrome/test/data/autofill/functional/phonechecker.txt
===================================================================
--- chrome/test/data/autofill/functional/phonechecker.txt (revision 152427)
+++ chrome/test/data/autofill/functional/phonechecker.txt (working copy)
@@ -1,37 +0,0 @@
-# Input profiles for a test which validates phone numbers based on country.
-# Used by: chrome/test/functional/autofill.py testProfileSavedWithValidCountryPhone
-
-[
-{'NAME_FIRST': 'Bob',
- 'NAME_LAST': 'Smith',
- 'ADDRESS_HOME_LINE1': '123 Cherry Ave',
- 'ADDRESS_HOME_CITY': 'Mountain View',
- 'ADDRESS_HOME_STATE': 'CA',
- 'ADDRESS_HOME_ZIP': '94043',
- 'ADDRESS_HOME_COUNTRY': 'United States',
- 'PHONE_HOME_WHOLE_NUMBER': '408-871-4567'},
-{'NAME_FIRST': 'John',
- 'NAME_LAST': 'Doe',
- 'ADDRESS_HOME_LINE1': '987 H St',
- 'ADDRESS_HOME_CITY': 'San Jose',
- 'ADDRESS_HOME_STATE': 'CA',
- 'ADDRESS_HOME_ZIP': '95110',
- 'ADDRESS_HOME_COUNTRY': 'United States',
- 'PHONE_HOME_WHOLE_NUMBER': '408-123-4567'},
-{'NAME_FIRST': 'Jane',
- 'NAME_LAST': 'Doe',
- 'ADDRESS_HOME_LINE1': '1523 Garcia St',
- 'ADDRESS_HOME_CITY': 'Mountain View',
- 'ADDRESS_HOME_STATE': 'CA',
- 'ADDRESS_HOME_ZIP': '94043',
- 'ADDRESS_HOME_COUNTRY': 'Germany',
- 'PHONE_HOME_WHOLE_NUMBER': '+49 40-80-81-79-000'},
-{'NAME_FIRST': 'Bonnie',
- 'NAME_LAST': 'Smith',
- 'ADDRESS_HOME_LINE1': '6723 Roadway Rd',
- 'ADDRESS_HOME_CITY': 'San Jose',
- 'ADDRESS_HOME_STATE': 'CA',
- 'ADDRESS_HOME_ZIP': '95110',
- 'ADDRESS_HOME_COUNTRY': 'Germany',
- 'PHONE_HOME_WHOLE_NUMBER': '+21 08450 777 777'}
-]

Powered by Google App Engine
This is Rietveld 408576698