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

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

Issue 660383002: Docserver: Persist stat cache for versioned file systems (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/app_yaml_helper_test.py
diff --git a/chrome/common/extensions/docs/server2/app_yaml_helper_test.py b/chrome/common/extensions/docs/server2/app_yaml_helper_test.py
index c6fad04d72a6041f38962999346c6cb353a8c741..3e51f6858495a24b7aa9fe3c4083e56539b10b1b 100755
--- a/chrome/common/extensions/docs/server2/app_yaml_helper_test.py
+++ b/chrome/common/extensions/docs/server2/app_yaml_helper_test.py
@@ -92,7 +92,7 @@ class AppYamlHelperTest(unittest.TestCase):
self.assertEqual('master', branch)
self.assertTrue(commit is not None)
return MockFileSystem.Create(
- TestFileSystem(test_data, relative_to=SERVER2), updates[:commit])
+ TestFileSystem(test_data, relative_to=SERVER2), updates[:int(commit)])
Ken Rockot(use gerrit already) 2014/10/23 22:36:16 This is necessary because I changed mock FS to use
object_store_creator = ObjectStoreCreator.ForTest()
host_file_system_provider = HostFileSystemProvider(

Powered by Google App Engine
This is Rietveld 408576698