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

Issue 12049085: Use DriveResourceMetadataInterface in unit tests. (Closed)

Created:
7 years, 11 months ago by achuithb
Modified:
7 years, 10 months ago
Reviewers:
satorux1
CC:
chromium-reviews, achuith+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org, tfarina
Visibility:
Public.

Description

Use DriveResourceMetadataInterface in unit tests. BUG=165844 TEST=unit tests pass. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=179448

Patch Set 1 #

Patch Set 2 : fix unit test #

Total comments: 3

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -98 lines) Patch
M chrome/browser/chromeos/drive/drive_resource_metadata.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/drive/drive_resource_metadata_unittest.cc View 1 56 chunks +122 lines, -97 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
achuithb
All usage of DriveResourceMetadata needs to switch to DriveResourceMetadataInterface.
7 years, 11 months ago (2013-01-25 04:43:08 UTC) #1
satorux1
LGTM
7 years, 11 months ago (2013-01-25 05:07:37 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/achuith@chromium.org/12049085/1
7 years, 11 months ago (2013-01-25 06:11:00 UTC) #3
achuithb
One of the unit tests was failing - the fix is not trivial so could ...
7 years, 11 months ago (2013-01-25 08:30:53 UTC) #4
tfarina
https://codereview.chromium.org/12049085/diff/3004/chrome/browser/chromeos/drive/drive_resource_metadata_unittest.cc File chrome/browser/chromeos/drive/drive_resource_metadata_unittest.cc (right): https://codereview.chromium.org/12049085/diff/3004/chrome/browser/chromeos/drive/drive_resource_metadata_unittest.cc#newcode314 chrome/browser/chromeos/drive/drive_resource_metadata_unittest.cc:314: base_names.push_back(entries->at(i).base_name()); nit: std::vector::at is informally banned. use entries[i] instead
7 years, 11 months ago (2013-01-26 17:46:10 UTC) #5
achuithb
https://codereview.chromium.org/12049085/diff/3004/chrome/browser/chromeos/drive/drive_resource_metadata_unittest.cc File chrome/browser/chromeos/drive/drive_resource_metadata_unittest.cc (right): https://codereview.chromium.org/12049085/diff/3004/chrome/browser/chromeos/drive/drive_resource_metadata_unittest.cc#newcode314 chrome/browser/chromeos/drive/drive_resource_metadata_unittest.cc:314: base_names.push_back(entries->at(i).base_name()); On 2013/01/26 17:46:10, tfarina wrote: > nit: std::vector::at ...
7 years, 11 months ago (2013-01-26 20:39:14 UTC) #6
satorux1
LGTM https://codereview.chromium.org/12049085/diff/3004/chrome/browser/chromeos/drive/drive_resource_metadata_unittest.cc File chrome/browser/chromeos/drive/drive_resource_metadata_unittest.cc (right): https://codereview.chromium.org/12049085/diff/3004/chrome/browser/chromeos/drive/drive_resource_metadata_unittest.cc#newcode314 chrome/browser/chromeos/drive/drive_resource_metadata_unittest.cc:314: base_names.push_back(entries->at(i).base_name()); On 2013/01/26 20:39:14, achuith.bhandarkar wrote: > On ...
7 years, 10 months ago (2013-01-29 04:58:12 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/achuith@chromium.org/12049085/3004
7 years, 10 months ago (2013-01-29 05:24:42 UTC) #8
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-01-29 05:45:14 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/achuith@chromium.org/12049085/3004
7 years, 10 months ago (2013-01-29 07:47:50 UTC) #10
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-01-29 08:07:39 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/achuith@chromium.org/12049085/3004
7 years, 10 months ago (2013-01-29 08:42:20 UTC) #12
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-01-29 09:27:12 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/achuith@chromium.org/12049085/3004
7 years, 10 months ago (2013-01-29 18:54:29 UTC) #14
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-01-29 20:00:10 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/achuith@chromium.org/12049085/17006
7 years, 10 months ago (2013-01-29 20:11:11 UTC) #16
commit-bot: I haz the power
7 years, 10 months ago (2013-01-29 22:53:33 UTC) #17
Message was sent while issue was closed.
Change committed as 179448

Powered by Google App Engine
This is Rietveld 408576698