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

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

Issue 10825067: Extensions Docs Server: Apps samples page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 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/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 487b180f2fba74535515d0e46e74c4395f38f86a..aba784bcdb1c47aef1d9f01325ee86bb43a26d92 100755
--- a/chrome/common/extensions/docs/server2/memcache_file_system_test.py
+++ b/chrome/common/extensions/docs/server2/memcache_file_system_test.py
@@ -36,7 +36,7 @@ class LocalFileSystemTest(unittest.TestCase):
sorted(self._file_system.ReadSingle('list/')))
expected.remove('file0.html')
self._memcache.Set('list/',
- (expected, self._file_system.Stat('list/')),
+ (expected, self._file_system.Stat('list/').version),
memcache.MEMCACHE_FILE_SYSTEM_READ)
self.assertEqual(expected,
sorted(self._file_system.ReadSingle('list/')))

Powered by Google App Engine
This is Rietveld 408576698