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

Unified Diff: grit/gather/admin_template_unittest.py

Issue 9965022: Allow substitution of messages as variables in other messages. (Closed) Base URL: https://grit-i18n.googlecode.com/svn/trunk
Patch Set: Fix unit tests for policy writers. Created 8 years, 9 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 | « grit/format/resource_map.py ('k') | grit/gather/interface.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/gather/admin_template_unittest.py
diff --git a/grit/gather/admin_template_unittest.py b/grit/gather/admin_template_unittest.py
index 777da34203b164269a402bf05e9253a2b355f1ce..cf68d811c60ff62542eba82fb19a5ab602cfed01 100644
--- a/grit/gather/admin_template_unittest.py
+++ b/grit/gather/admin_template_unittest.py
@@ -85,6 +85,7 @@ class AdmGathererUnittest(unittest.TestCase):
<output filename="de_res.rc" type="rc_all" lang="de" />
</outputs>
</grit>'''), util.PathFromRoot('grit/testdata'))
+ grd.SetOutputContext('en', {})
grd.RunGatherers(recursive=True)
return grd
« no previous file with comments | « grit/format/resource_map.py ('k') | grit/gather/interface.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698