diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-26 22:54:40 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-26 22:54:40 +0000 |
commit | b7f984678cc378f9432f354c99578c1fdba6b6b6 (patch) | |
tree | 07166c09e0d112b0d884ac148d3033a6d3424007 /chrome/browser/autofill/autofill_download_unittest.cc | |
parent | 30f0ead27c120f784cb0b81d7d6852e0bdcac421 (diff) | |
download | chromium_src-b7f984678cc378f9432f354c99578c1fdba6b6b6.zip chromium_src-b7f984678cc378f9432f354c99578c1fdba6b6b6.tar.gz chromium_src-b7f984678cc378f9432f354c99578c1fdba6b6b6.tar.bz2 |
Autofill address line 2 is not applied to ebay.com
Fixes heuristics to include "suite" and "unit" when matching address line 2.
BUG=48197
TEST=FormStructureTest.TwoAddressLinesSkipSuite, FormStructureTest.TwoAddressLinesDontSkipSuite
Review URL: http://codereview.chromium.org/3134042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57596 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/autofill_download_unittest.cc')
-rw-r--r-- | chrome/browser/autofill/autofill_download_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_download_unittest.cc b/chrome/browser/autofill/autofill_download_unittest.cc index 4e81323..baecd97 100644 --- a/chrome/browser/autofill/autofill_download_unittest.cc +++ b/chrome/browser/autofill/autofill_download_unittest.cc @@ -148,7 +148,7 @@ TEST(AutoFillDownloadTest, QueryAndUploadTest) { ASCIIToUTF16("text"), 0)); form.fields.push_back(webkit_glue::FormField(ASCIIToUTF16("city"), - ASCIIToUTF16("address2"), + ASCIIToUTF16("city"), string16(), ASCIIToUTF16("text"), 0)); |