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

Unified Diff: components/autofill/core/browser/credit_card_unittest.cc

Issue 870203002: Add status to server credit cards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add TODO Created 5 years, 11 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/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 5d399be1102a29f9ea58aa925fb5e37fe70ef654..bb74d400ca4f1f5e542d49aec70f28c786c33290 100644
--- a/components/autofill/core/browser/credit_card_unittest.cc
+++ b/components/autofill/core/browser/credit_card_unittest.cc
@@ -145,7 +145,7 @@ TEST(CreditCardTest, Copy) {
EXPECT_TRUE(a == b);
}
-TEST(CreditCardTest, Compare) {
+TEST(CreditCardTest, IsLocalDuplicateOfServerCard) {
struct {
CreditCard::RecordType first_card_record_type;
const char* first_card_name;
@@ -217,7 +217,7 @@ TEST(CreditCardTest, Compare) {
}
}
-TEST(CreditCardTest, IsLocalDuplicateOfServerCard) {
+TEST(CreditCardTest, Compare) {
CreditCard a(base::GenerateGUID(), std::string());
CreditCard b(base::GenerateGUID(), std::string());
« no previous file with comments | « components/autofill/core/browser/credit_card.cc ('k') | components/autofill/core/browser/webdata/autofill_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698