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

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

Issue 10835012: Extension Docs Server: Include a list of samples used in the api reference page. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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/api_data_source_test.py
diff --git a/chrome/common/extensions/docs/server2/api_data_source_test.py b/chrome/common/extensions/docs/server2/api_data_source_test.py
index 48732c34fd82d0d08d93c1d2073fb1d3682c25e3..63b45480d9abdfc667e2006af6aaec6f42cc8a80 100755
--- a/chrome/common/extensions/docs/server2/api_data_source_test.py
+++ b/chrome/common/extensions/docs/server2/api_data_source_test.py
@@ -21,7 +21,7 @@ class APIDataSourceTest(unittest.TestCase):
def testSimple(self):
cache_builder = FileSystemCache.Builder(LocalFileSystem(self._base_path))
- data_source = APIDataSource(cache_builder, './')
+ data_source = APIDataSource(cache_builder, './', {})
# Take the dict out of the list.
expected = json.loads(self._ReadLocalFile('expected_test_file.json'))

Powered by Google App Engine
This is Rietveld 408576698