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

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

Issue 521693003: Docserver: Add @Cache annotation to CompiledFileSystem (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small clarification + rebase Created 6 years, 3 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 | « chrome/common/extensions/docs/server2/sidenav_data_source.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/sidenav_data_source_test.py
diff --git a/chrome/common/extensions/docs/server2/sidenav_data_source_test.py b/chrome/common/extensions/docs/server2/sidenav_data_source_test.py
index 4422acdce2c86720e963553e6bac969be0c6feaa..fc1b31a591e1ca2fb57b2a3ba22dc83c5c8b83b8 100755
--- a/chrome/common/extensions/docs/server2/sidenav_data_source_test.py
+++ b/chrome/common/extensions/docs/server2/sidenav_data_source_test.py
@@ -149,11 +149,11 @@ class SamplesDataSourceTest(unittest.TestCase):
ServerInstance.ForTest(file_system), request=None)
sidenav_data_source.Cron().Get()
- # If Cron fails, chrome_sidenav.json will not be cached, and the _cache_data
+ # If Cron fails, chrome_sidenav.json will not be cached, and the cache_data
# access will fail.
# TODO(jshumway): Make a non hack version of this check.
sidenav_data_source._cache._file_object_store.Get(
- '%schrome_sidenav.json' % JSON_TEMPLATES).Get()._cache_data
+ '%schrome_sidenav.json' % JSON_TEMPLATES).Get().cache_data
if __name__ == '__main__':
« no previous file with comments | « chrome/common/extensions/docs/server2/sidenav_data_source.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698