Index: chrome/common/extensions/docs/server2/subversion_file_system_test.py |
diff --git a/chrome/common/extensions/docs/server2/subversion_file_system_test.py b/chrome/common/extensions/docs/server2/subversion_file_system_test.py |
index f50b722ce9d0ca2caeab780f2c0ec4b2c3095b1d..9ab44dfd3b00b0e2b02245d28f9c0b1667bdee14 100755 |
--- a/chrome/common/extensions/docs/server2/subversion_file_system_test.py |
+++ b/chrome/common/extensions/docs/server2/subversion_file_system_test.py |
@@ -29,7 +29,7 @@ class SubversionFileSystemTest(unittest.TestCase): |
for i in range(7): |
expected.append('file%d.html' % i) |
self.assertEqual(expected, |
- sorted(self._file_system.Read(['list/']).Get()['list/'])) |
+ sorted(self._file_system.ReadSingleFile('list/'))) |
def testStat(self): |
# Value is hard-coded into FakeUrlFetcher. |