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

Unified Diff: chrome/common/extensions/docs/server2/subversion_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/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.

Powered by Google App Engine
This is Rietveld 408576698