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

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

Issue 12521030: Extension docs: Include sidenav in 404 pages (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 7 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/patch_servlet_test.py
===================================================================
--- chrome/common/extensions/docs/server2/patch_servlet_test.py (revision 202781)
+++ chrome/common/extensions/docs/server2/patch_servlet_test.py (working copy)
@@ -46,7 +46,7 @@
patched_response.headers.pop('cache-control', None)
unpatched_response.headers.pop('cache-control', None)
patched_content = patched_response.content.ToString().replace(
- '/_patch/%s/static/' % issue, '/static/')
+ '/_patch/%s/' % issue, '/')
unpatched_content = unpatched_response.content.ToString()
self.assertEqual(patched_response.status, unpatched_response.status)
« no previous file with comments | « chrome/common/extensions/docs/server2/patch_servlet.py ('k') | chrome/common/extensions/docs/server2/render_servlet.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698