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

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

Issue 68873003: Docserver: Serve docs out of src/ not src/chrome/common/extensions. This allows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix samples Created 7 years, 1 month 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 5aac1d666896cc4595a52718f6f63830c80dfbdf..7dbafbd2c493fbf591ca3103ce42f32fcfd380e2 100755
--- a/chrome/common/extensions/docs/server2/api_data_source_test.py
+++ b/chrome/common/extensions/docs/server2/api_data_source_test.py
@@ -203,8 +203,8 @@ class APIDataSourceTest(unittest.TestCase):
},
{ 'title': 'Availability',
'content': [
- { 'partial': 'handlebar docs/templates/private/' +
- 'intro_tables/stable_message.html',
+ { 'partial': 'handlebar chrome/common/extensions/docs/' +
+ 'templates/private/intro_tables/stable_message.html',
'version': 5
}
]
@@ -267,6 +267,7 @@ class APIDataSourceTest(unittest.TestCase):
self._json_cache,
_FakeTemplateCache(),
self._FakeLoadAddRulesSchema).ToDict()
+
# Check that the first event has the addRulesFunction defined.
self.assertEquals('tester', dict_['name'])
self.assertEquals('rules', dict_['events'][0]['name'])

Powered by Google App Engine
This is Rietveld 408576698