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

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

Issue 14125010: Docserver: Add support for viewing docs with a codereview patch applied (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: rebase 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/template_data_source_test.py
===================================================================
--- chrome/common/extensions/docs/server2/template_data_source_test.py (revision 199575)
+++ chrome/common/extensions/docs/server2/template_data_source_test.py (working copy)
@@ -72,7 +72,8 @@
compiled_fs_factory,
reference_resolver_factory,
'.',
- '.'))
+ '.',
+ '/static'))
def testSimple(self):
self._base_path = os.path.join(self._base_path, 'simple')

Powered by Google App Engine
This is Rietveld 408576698