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

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: Move logic into file_system 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..4dd6b0f66f029601cf60af043021a4398c7cf841 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.ReadSingle('list/')))
def testStat(self):
# Value is hard-coded into FakeUrlFetcher.

Powered by Google App Engine
This is Rietveld 408576698