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

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

Issue 10808065: Extensions Docs Server: TDS fix, no local caching (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 years, 5 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/memcache_file_system_test.py
diff --git a/chrome/common/extensions/docs/server2/memcache_file_system_test.py b/chrome/common/extensions/docs/server2/memcache_file_system_test.py
index c44a04cadc1746c51bc50aaddff57b56369776c0..73d6e873045e32866c57357f782e93caa350747b 100755
--- a/chrome/common/extensions/docs/server2/memcache_file_system_test.py
+++ b/chrome/common/extensions/docs/server2/memcache_file_system_test.py
@@ -37,7 +37,7 @@ class LocalFileSystemTest(unittest.TestCase):
sorted(self._file_system.Read(['list/']).Get()['list/']))
expected.remove('file0.html')
self._memcache.Set('list/',
- (expected, 0),
+ (expected, self._file_system.Stat('list/')),
memcache.MEMCACHE_FILE_SYSTEM_READ)
self.assertEqual(
expected,

Powered by Google App Engine
This is Rietveld 408576698