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

Unified Diff: components/test/data/autofill/merge/input/addressLinesLessInfo.in

Issue 1931123002: [Autofill] Make PersonalDataManager::OverwriteWith case sensitive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 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: components/test/data/autofill/merge/input/addressLinesLessInfo.in
diff --git a/components/test/data/autofill/merge/input/identical.in b/components/test/data/autofill/merge/input/addressLinesLessInfo.in
similarity index 77%
copy from components/test/data/autofill/merge/input/identical.in
copy to components/test/data/autofill/merge/input/addressLinesLessInfo.in
index 41199926a4988572b992892b91541c31c94530d1..8ae587265dfb2189dbe1d7aa2a86d397a157964b 100644
--- a/components/test/data/autofill/merge/input/identical.in
+++ b/components/test/data/autofill/merge/input/addressLinesLessInfo.in
@@ -5,7 +5,8 @@ NAME_LAST: Doe
NAME_FULL:
EMAIL_ADDRESS: john.doe@example.com
COMPANY_NAME: TestCo
-ADDRESS_HOME_STREET_ADDRESS: 1600 Amphitheatre Parkway\\n(Bldg. 1950)
+ADDRESS_HOME_LINE1: 1600 Amphitheatre Parkway
+ADDRESS_HOME_LINE2: (Bldg. 1950)
ADDRESS_HOME_CITY: Mountain View
ADDRESS_HOME_STATE: CA
ADDRESS_HOME_ZIP: 94043
@@ -18,7 +19,8 @@ NAME_LAST: Doe
NAME_FULL:
EMAIL_ADDRESS: john.doe@example.com
COMPANY_NAME: TestCo
-ADDRESS_HOME_STREET_ADDRESS: 1600 Amphitheatre Parkway\\n(Bldg. 1950)
+ADDRESS_HOME_LINE1: 1600 Amphitheatre Parkway (Bldg. 1950)
+ADDRESS_HOME_LINE2:
ADDRESS_HOME_CITY: Mountain View
ADDRESS_HOME_STATE: CA
ADDRESS_HOME_ZIP: 94043

Powered by Google App Engine
This is Rietveld 408576698