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

Unified Diff: grit/test_suite_all.py

Issue 227073006: Added a policy writer for iOS Plists. (Closed) Base URL: https://chromium.googlesource.com/external/grit-i18n.git@master
Patch Set: rebase Created 6 years, 8 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/policy_templates/writers/xml_formatted_writer.py ('k') | grit/tool/build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/test_suite_all.py
===================================================================
--- grit/test_suite_all.py (revision 158)
+++ grit/test_suite_all.py (working copy)
@@ -42,7 +42,10 @@
import grit.format.resource_map_unittest
import grit.format.policy_templates.policy_template_generator_unittest
import grit.format.policy_templates.writers.adm_writer_unittest
+ import grit.format.policy_templates.writers.adml_writer_unittest
+ import grit.format.policy_templates.writers.admx_writer_unittest
import grit.format.policy_templates.writers.doc_writer_unittest
+ import grit.format.policy_templates.writers.ios_plist_writer_unittest
import grit.format.policy_templates.writers.json_writer_unittest
import grit.format.policy_templates.writers.plist_strings_writer_unittest
import grit.format.policy_templates.writers.plist_writer_unittest
@@ -97,8 +100,14 @@
PolicyTemplateGeneratorUnittest,
grit.format.policy_templates.writers.adm_writer_unittest.
AdmWriterUnittest,
+ grit.format.policy_templates.writers.adml_writer_unittest.
+ AdmlWriterUnittest,
+ grit.format.policy_templates.writers.admx_writer_unittest.
+ AdmxWriterUnittest,
grit.format.policy_templates.writers.doc_writer_unittest.
DocWriterUnittest,
+ grit.format.policy_templates.writers.ios_plist_writer_unittest.
+ IOSPListWriterUnittest,
grit.format.policy_templates.writers.json_writer_unittest.
JsonWriterUnittest,
grit.format.policy_templates.writers.plist_strings_writer_unittest.
« no previous file with comments | « grit/format/policy_templates/writers/xml_formatted_writer.py ('k') | grit/tool/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698