| 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'])
|
|
|