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

Issue 11308315: google_apis: Add a test for uploading a large file (Closed)

Created:
8 years ago by satorux1
Modified:
8 years ago
Reviewers:
kinaba
CC:
chromium-reviews, achuith+watch_chromium.org
Visibility:
Public.

Description

google_apis: Add a test for uploading a large file An upload of a large file requires multiple requests of ResumeUploadOperation which should be tested. BUG=162348 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170707

Patch Set 1 #

Total comments: 2

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -11 lines) Patch
M chrome/browser/google_apis/gdata_wapi_operations.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/google_apis/gdata_wapi_operations_unittest.cc View 1 13 chunks +229 lines, -11 lines 0 comments Download
M chrome/browser/google_apis/test_server/http_response.h View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
satorux1
8 years ago (2012-12-03 04:04:43 UTC) #1
kinaba
https://codereview.chromium.org/11308315/diff/1/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc File chrome/browser/google_apis/gdata_wapi_operations_unittest.cc (right): https://codereview.chromium.org/11308315/diff/1/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc#newcode1057 chrome/browser/google_apis/gdata_wapi_operations_unittest.cc:1057: EXPECT_EQ(HTTP_SUCCESS, response.code); The expected response code for UPLOAD_NEW_FILE mode ...
8 years ago (2012-12-03 04:37:57 UTC) #2
satorux1
https://codereview.chromium.org/11308315/diff/1/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc File chrome/browser/google_apis/gdata_wapi_operations_unittest.cc (right): https://codereview.chromium.org/11308315/diff/1/chrome/browser/google_apis/gdata_wapi_operations_unittest.cc#newcode1057 chrome/browser/google_apis/gdata_wapi_operations_unittest.cc:1057: EXPECT_EQ(HTTP_SUCCESS, response.code); On 2012/12/03 04:37:57, kinaba wrote: > The ...
8 years ago (2012-12-03 05:02:22 UTC) #3
kinaba
8 years ago (2012-12-03 06:17:21 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698