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

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

Issue 10804036: Extensions Docs Server: Internationalized samples (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: SamplesDataSource.Factory 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/local_file_system_test.py
diff --git a/chrome/common/extensions/docs/server2/local_file_system_test.py b/chrome/common/extensions/docs/server2/local_file_system_test.py
index 13050bfa09e7d022ba0612af70339e98c4f8613b..807439f5b489622954d4bc2cc30c02215b60455c 100755
--- a/chrome/common/extensions/docs/server2/local_file_system_test.py
+++ b/chrome/common/extensions/docs/server2/local_file_system_test.py
@@ -28,7 +28,7 @@ class LocalFileSystemTest(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/')))
if __name__ == '__main__':
unittest.main()

Powered by Google App Engine
This is Rietveld 408576698