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

Unified Diff: chrome/common/extensions/docs/server2/redirector_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/redirector_test.py
diff --git a/chrome/common/extensions/docs/server2/redirector_test.py b/chrome/common/extensions/docs/server2/redirector_test.py
index d5f58555ec81c226106d8039778de6d8ca5c36d9..0eb404ea81809c6b22ddb83debb00cc28a2e54ff 100755
--- a/chrome/common/extensions/docs/server2/redirector_test.py
+++ b/chrome/common/extensions/docs/server2/redirector_test.py
@@ -87,7 +87,7 @@ class RedirectorTest(unittest.TestCase):
self._redirector.Redirect('https://code.google.com', ''))
def testCron(self):
- self._redirector.Cron()
+ self._redirector.Cron().Get()
expected_paths = set([
'redirects.json',
« no previous file with comments | « chrome/common/extensions/docs/server2/redirector.py ('k') | chrome/common/extensions/docs/server2/sidenav_data_source.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698