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

Unified Diff: chrome/test/data/autofill/merge/input/identical.in

Issue 6312174: Add a data-driven unit test to validate autofill profile merging during aggregation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename reserialization script Created 9 years, 10 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/merge/input/identical.in
diff --git a/chrome/test/data/autofill/merge/input/identical.in b/chrome/test/data/autofill/merge/input/identical.in
new file mode 100644
index 0000000000000000000000000000000000000000..0d45be410803459407ff980b3134e529c99fd650
--- /dev/null
+++ b/chrome/test/data/autofill/merge/input/identical.in
@@ -0,0 +1,28 @@
+---
+NAME_FIRST: John
+NAME_MIDDLE: Kilgore
+NAME_LAST: Doe
+EMAIL_ADDRESS: john.doe@example.com
+COMPANY_NAME: TestCo
+ADDRESS_HOME_LINE1: 1600 Amphitheatre Parkway
+ADDRESS_HOME_LINE2: (Bldg. 1950)
+ADDRESS_HOME_CITY: Mountain View
+ADDRESS_HOME_STATE: CA
+ADDRESS_HOME_ZIP: 94043
+ADDRESS_HOME_COUNTRY: United States
+PHONE_HOME_NUMBER: 6505558888
+PHONE_FAX_NUMBER: 6505556789
+---
+NAME_FIRST: John
+NAME_MIDDLE: Kilgore
+NAME_LAST: Doe
+EMAIL_ADDRESS: john.doe@example.com
+COMPANY_NAME: TestCo
+ADDRESS_HOME_LINE1: 1600 Amphitheatre Parkway
+ADDRESS_HOME_LINE2: (Bldg. 1950)
+ADDRESS_HOME_CITY: Mountain View
+ADDRESS_HOME_STATE: CA
+ADDRESS_HOME_ZIP: 94043
+ADDRESS_HOME_COUNTRY: United States
+PHONE_HOME_NUMBER: 6505558888
+PHONE_FAX_NUMBER: 6505556789
« no previous file with comments | « chrome/test/data/autofill/heuristics/output/form_zh_tw.out ('k') | chrome/test/data/autofill/merge/output/identical.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698