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

Unified Diff: chrome/browser/drive/drive_app_registry_unittest.cc

Issue 140533002: drive: Apps.delete returns HTTP_NO_CONTENT on success. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: chrome/browser/drive/drive_app_registry_unittest.cc
diff --git a/chrome/browser/drive/drive_app_registry_unittest.cc b/chrome/browser/drive/drive_app_registry_unittest.cc
index 77d828f0573f7ffa643b6005dc22354ed29c7dbc..6e04fd0d38a0340d2e12d6631d52a8c71a028ddb 100644
--- a/chrome/browser/drive/drive_app_registry_unittest.cc
+++ b/chrome/browser/drive/drive_app_registry_unittest.cc
@@ -151,7 +151,7 @@ TEST_F(DriveAppRegistryTest, UninstallDriveApp) {
"123456788192",
google_apis::test_util::CreateCopyResultCallback(&error));
base::RunLoop().RunUntilIdle();
- EXPECT_EQ(error, google_apis::HTTP_SUCCESS);
+ EXPECT_EQ(error, google_apis::HTTP_NO_CONTENT);
// Check that the number of apps is decreased by one.
apps_registry_->GetAppList(&apps);

Powered by Google App Engine
This is Rietveld 408576698