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

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

Issue 63203002: Docserver: Make the hand-written Cron methods run first rather than last, since (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: jeffrey 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/cron_servlet_test.py
diff --git a/chrome/common/extensions/docs/server2/cron_servlet_test.py b/chrome/common/extensions/docs/server2/cron_servlet_test.py
index 371d100526a5fc2cef9430cac5e781f32f18c0bd..e3538e5ca3b64c7dc5d404592b8be36c886c281f 100755
--- a/chrome/common/extensions/docs/server2/cron_servlet_test.py
+++ b/chrome/common/extensions/docs/server2/cron_servlet_test.py
@@ -85,7 +85,9 @@ class CronServletTest(unittest.TestCase):
def testSafeRevision(self):
test_data = {
'api': {
- '_manifest_features.json': '{}'
+ '_api_features.json': '{}',
+ '_manifest_features.json': '{}',
+ '_permission_features.json': '{}',
},
'docs': {
'examples': {
@@ -110,6 +112,7 @@ class CronServletTest(unittest.TestCase):
'content_providers.json': ReadFile('%s/content_providers.json' %
JSON_PATH),
'manifest.json': '{}',
+ 'permissions.json': '{}',
'strings.json': '{}',
'apps_sidenav.json': '{}',
'extensions_sidenav.json': '{}',
« no previous file with comments | « chrome/common/extensions/docs/server2/cron_servlet.py ('k') | chrome/common/extensions/docs/server2/features_bundle.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698