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) |