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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc

Issue 229593002: rAc: don't DCHECK() when switching from Wallet -> Autofill with only 1 name. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: asdf Created 6 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
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
index c6cc695b0ff9d4e9179031272f9dcd401feeeeac..f3a75292b6f02ddb837aa4102b78751a4f0d867d 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
@@ -3408,4 +3408,14 @@ TEST_F(AutofillDialogControllerTest, SuggestCountrylessProfiles) {
EXPECT_EQ(NAME_FULL, controller()->popup_input_type());
}
+TEST_F(AutofillDialogControllerTest, SwitchFromWalletWithFirstName) {
+ controller()->MenuModelForSection(SECTION_CC_BILLING)->ActivatedAt(2);
+
+ FieldValueMap outputs;
+ outputs[NAME_FULL] = ASCIIToUTF16("madonna");
+ controller()->GetView()->SetUserInput(SECTION_CC_BILLING, outputs);
+
+ ASSERT_NO_FATAL_FAILURE(SwitchToAutofill());
+}
+
} // namespace autofill
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698