Index: components/autofill/core/browser/credit_card_unittest.cc |
diff --git a/components/autofill/core/browser/credit_card_unittest.cc b/components/autofill/core/browser/credit_card_unittest.cc |
index 7f80a5cfcffe4c67cb2d3964c0f12e97881214a2..5d399be1102a29f9ea58aa925fb5e37fe70ef654 100644 |
--- a/components/autofill/core/browser/credit_card_unittest.cc |
+++ b/components/autofill/core/browser/credit_card_unittest.cc |
@@ -186,6 +186,9 @@ TEST(CreditCardTest, Compare) { |
{ LOCAL_CARD, "", "423456789012", "", "", |
MASKED_SERVER_CARD, "John Dillinger", "9012", "01", "2010", kMasterCard, |
false }, |
+ { LOCAL_CARD, "John Dillinger", "4234-5678-9012", "01", "2010", |
+ FULL_SERVER_CARD, "John Dillinger", "423456789012", "01", "2010", nullptr, |
+ true }, |
}; |
for (size_t i = 0; i < arraysize(test_cases); ++i) { |