Chromium Code Reviews| 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( |