Home | History | Annotate | Download | only in drive

Lines Matching refs:ChangeList

211       test_util::LoadJSONFile("drive/changelist.json");
215 scoped_ptr<ChangeList> changelist(new ChangeList);
216 EXPECT_TRUE(changelist->Parse(*document));
219 changelist->next_link().spec());
220 EXPECT_EQ(13664, changelist->largest_change_id());
222 ASSERT_EQ(4U, changelist->items().size());
224 const ChangeResource& change1 = *changelist->items()[0];
232 const ChangeResource& change2 = *changelist->items()[1];
240 const ChangeResource& change3 = *changelist->items()[2];
249 const ChangeResource& change4 = *changelist->items()[3];
261 test_util::LoadJSONFile("drive/changelist.json"));
265 EXPECT_TRUE(ChangeList::HasChangeListKind(*change_list_json));
266 EXPECT_FALSE(ChangeList::HasChangeListKind(*file_list_json));