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

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

Issue 113963003: added scss files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved site.css to out subdirectory Created 6 years, 11 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
« no previous file with comments | « chrome/common/extensions/docs/README ('k') | chrome/common/extensions/docs/static/css/out/site.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/render_servlet_test.py
diff --git a/chrome/common/extensions/docs/server2/render_servlet_test.py b/chrome/common/extensions/docs/server2/render_servlet_test.py
index 5b219dce9d3077ba76628aa6760c1a28a39dad64..5008954a4ad1290a556309292b4aa56eac57c1e1 100755
--- a/chrome/common/extensions/docs/server2/render_servlet_test.py
+++ b/chrome/common/extensions/docs/server2/render_servlet_test.py
@@ -76,7 +76,7 @@ class RenderServletTest(unittest.TestCase):
self.assertEqual('application/zip', response.headers['Content-Type'])
def testStaticFile(self):
- static_file = 'css/site.css'
+ static_file = 'css/out/site.css'
response = self._Render('static/%s' % static_file)
self.assertEqual(200, response.status)
self.assertEqual('text/css; charset=utf-8',
« no previous file with comments | « chrome/common/extensions/docs/README ('k') | chrome/common/extensions/docs/static/css/out/site.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698