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

Unified Diff: chrome/common/extensions/docs/server2/redirector_test.py

Issue 22824042: Docserver: SidenavDataSource refactor, transition to DataSourceRegistry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup, deleted unused files/import Created 7 years, 4 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
Index: chrome/common/extensions/docs/server2/redirector_test.py
diff --git a/chrome/common/extensions/docs/server2/redirector_test.py b/chrome/common/extensions/docs/server2/redirector_test.py
index 3c747ee6558e13cb33e913db2599586e34b06a0e..ee87d1808c3ec77b75039439c5ef546cdba68610 100755
--- a/chrome/common/extensions/docs/server2/redirector_test.py
+++ b/chrome/common/extensions/docs/server2/redirector_test.py
@@ -104,6 +104,7 @@ class RedirectorTest(unittest.TestCase):
Parse(file_system.ReadSingle(path)),
# Access the cache's object store to see what files were hit during
# the cron run. Returns strings parsed as JSON.
+ # TODO(jshumway): Make a non hack version of this check.
self._redirector._cache._file_object_store.Get(
path).Get()._cache_data)

Powered by Google App Engine
This is Rietveld 408576698