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

Unified Diff: components/reading_list/ios/reading_list_store_unittest.mm

Issue 2557443003: Add Unseen state to Reading List Entry (Closed)
Patch Set: feedback Created 4 years 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/reading_list/ios/reading_list_store_unittest.mm
diff --git a/components/reading_list/ios/reading_list_store_unittest.mm b/components/reading_list/ios/reading_list_store_unittest.mm
index 61526efeabfa2c3d9a97bc13a7025f6a1684efc2..d3ac94fc3730d33dea0664ee348b7cd69f843555 100644
--- a/components/reading_list/ios/reading_list_store_unittest.mm
+++ b/components/reading_list/ios/reading_list_store_unittest.mm
@@ -178,7 +178,7 @@ TEST_F(ReadingListStoreTest, SaveOneUnread) {
data->specifics.reading_list();
EXPECT_EQ(specifics.title(), "unread title");
EXPECT_EQ(specifics.url(), "http://unread.example.com/");
- EXPECT_EQ(specifics.status(), sync_pb::ReadingListSpecifics::UNREAD);
+ EXPECT_EQ(specifics.status(), sync_pb::ReadingListSpecifics::UNSEEN);
}
TEST_F(ReadingListStoreTest, SyncMergeOneEntry) {
« no previous file with comments | « components/reading_list/ios/reading_list_entry_unittest.cc ('k') | components/sync/protocol/proto_enum_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698