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

Unified Diff: google_apis/drive/drive_api_requests_unittest.cc

Issue 1052553004: Fix DriveApiRequestsTest.EmptyBatchUploadRequest in official builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/drive/drive_api_requests_unittest.cc
diff --git a/google_apis/drive/drive_api_requests_unittest.cc b/google_apis/drive/drive_api_requests_unittest.cc
index b87271035650c6dd91623c6f98148e0a0d9e9520..52bf1047c2bc4cfd3790463df0705736d57d3397 100644
--- a/google_apis/drive/drive_api_requests_unittest.cc
+++ b/google_apis/drive/drive_api_requests_unittest.cc
@@ -1997,7 +1997,7 @@ TEST_F(DriveApiRequestsTest, BatchUploadRequest) {
TEST_F(DriveApiRequestsTest, EmptyBatchUploadRequest) {
scoped_ptr<drive::BatchUploadRequest> request(new drive::BatchUploadRequest(
request_sender_.get(), *url_generator_));
- EXPECT_DEATH(request->Commit(), "Check failed");
+ EXPECT_DEATH(request->Commit(), "");
}
} // namespace google_apis
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698