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

Unified Diff: chrome/browser/google_apis/fake_drive_service_unittest.cc

Issue 12585003: drive: Add showroot=true to WAPI feed URLs and ignore "no parent" entries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix browser_tests. Created 7 years, 9 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: chrome/browser/google_apis/fake_drive_service_unittest.cc
diff --git a/chrome/browser/google_apis/fake_drive_service_unittest.cc b/chrome/browser/google_apis/fake_drive_service_unittest.cc
index db4bd4f2b80038b0b7a07c65d81b77457a853ed7..66e7bd588c7841c06127a09123976f7438f640d0 100644
--- a/chrome/browser/google_apis/fake_drive_service_unittest.cc
+++ b/chrome/browser/google_apis/fake_drive_service_unittest.cc
@@ -225,7 +225,7 @@ TEST_F(FakeDriveServiceTest, GetResourceList_InRootDirectory) {
EXPECT_EQ(HTTP_SUCCESS, error);
ASSERT_TRUE(resource_list);
// Do some sanity check. There are 7 entries in the root directory.
- EXPECT_EQ(7U, resource_list->entries().size());
+ EXPECT_EQ(8U, resource_list->entries().size());
EXPECT_EQ(1, fake_service_.resource_list_load_count());
}

Powered by Google App Engine
This is Rietveld 408576698