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

Unified Diff: chrome/browser/media_galleries/fileapi/picasa_file_util_unittest.cc

Issue 251493003: Update the number of test folders after bug fixed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: chrome/browser/media_galleries/fileapi/picasa_file_util_unittest.cc
diff --git a/chrome/browser/media_galleries/fileapi/picasa_file_util_unittest.cc b/chrome/browser/media_galleries/fileapi/picasa_file_util_unittest.cc
index edd294c6a0f655239c8c96d08c9923d10540d8bd..b1178478444a33154d65e6f3caeca8d43588ac6c 100644
--- a/chrome/browser/media_galleries/fileapi/picasa_file_util_unittest.cc
+++ b/chrome/browser/media_galleries/fileapi/picasa_file_util_unittest.cc
@@ -510,9 +510,7 @@ TEST_F(PicasaFileUtilTest, ManyFolders) {
ScopedVector<TestFolder> test_folders;
base::Time test_date = base::Time::FromLocalExploded(test_date_exploded);
- // TODO(tommycli): Turn number of test folders back up to 50 (or more) once
- // https://codereview.chromium.org/15479003/ lands.
- for (unsigned int i = 0; i < 25; ++i) {
+ for (unsigned int i = 0; i < 50; ++i) {
base::Time date = test_date - base::TimeDelta::FromDays(i);
test_folders.push_back(
« 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