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

Unified Diff: grit/clique_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 | « no previous file | grit/format/c_format.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/clique_unittest.py
diff --git a/grit/clique_unittest.py b/grit/clique_unittest.py
index d5bc204551e9b0242428ece636a3d512baab2d71..92d9b6ad9e9162076477dfab7ba552ce20743ee2 100644
--- a/grit/clique_unittest.py
+++ b/grit/clique_unittest.py
@@ -103,6 +103,7 @@ class MessageCliqueUnittest(unittest.TestCase):
</structures>
</release>
</grit>''')), util.PathFromRoot('.'))
+ resources.SetOutputContext('en', {})
resources.RunGatherers(True)
content_list = []
for clique_list in resources.UberClique().cliques_.values():
« no previous file with comments | « no previous file | grit/format/c_format.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698