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

Issue 394103003: Add unit tests for drive::FileTaskExecutor. (Closed)

Created:
6 years, 5 months ago by kinaba
Modified:
6 years, 5 months ago
Reviewers:
hirono
CC:
chromium-reviews, tfarina, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Add unit tests for drive::FileTaskExecutor. The tests verify that FileTaskExecutor indeed performs the intended interaction with the Drive file system and the remote server to obtain an authenticated URL, and tries to open the link. BUG=161209 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283711

Patch Set 1 : #

Total comments: 14

Patch Set 2 : Response to Review #2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -0 lines) Patch
A chrome/browser/chromeos/drive/file_task_executor_unittest.cc View 1 1 chunk +152 lines, -0 lines 0 comments Download
M chrome/browser/drive/fake_drive_service.h View 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/drive/fake_drive_service.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kinaba
PTAL. It depends on https://codereview.chromium.org/391003006/.
6 years, 5 months ago (2014-07-16 01:25:06 UTC) #1
hirono
lgtm with nits. Thanks! https://codereview.chromium.org/394103003/diff/20001/chrome/browser/chromeos/drive/file_task_executor_unittest.cc File chrome/browser/chromeos/drive/file_task_executor_unittest.cc (right): https://codereview.chromium.org/394103003/diff/20001/chrome/browser/chromeos/drive/file_task_executor_unittest.cc#newcode83 chrome/browser/chromeos/drive/file_task_executor_unittest.cc:83: std::set<std::string>* opend_urls_; nit: std::set<std::string>* const ...
6 years, 5 months ago (2014-07-16 04:33:20 UTC) #2
kinaba
thx https://codereview.chromium.org/394103003/diff/20001/chrome/browser/chromeos/drive/file_task_executor_unittest.cc File chrome/browser/chromeos/drive/file_task_executor_unittest.cc (right): https://codereview.chromium.org/394103003/diff/20001/chrome/browser/chromeos/drive/file_task_executor_unittest.cc#newcode83 chrome/browser/chromeos/drive/file_task_executor_unittest.cc:83: std::set<std::string>* opend_urls_; On 2014/07/16 04:33:19, hirono wrote: > ...
6 years, 5 months ago (2014-07-16 04:40:27 UTC) #3
kinaba
The CQ bit was checked by kinaba@chromium.org
6 years, 5 months ago (2014-07-16 23:40:51 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinaba@chromium.org/394103003/40001
6 years, 5 months ago (2014-07-16 23:43:06 UTC) #5
commit-bot: I haz the power
6 years, 5 months ago (2014-07-17 08:26:07 UTC) #6
Message was sent while issue was closed.
Change committed as 283711

Powered by Google App Engine
This is Rietveld 408576698