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

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: 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
Index: grit/test_suite_all.py
diff --git a/grit/test_suite_all.py b/grit/test_suite_all.py
index 3f5c978d0ec769ea6032af8d9ebc5f25a9e69c2e..71635fc1b3eab5fe14e0b74c1a66bb3f08f95580 100644
--- a/grit/test_suite_all.py
+++ b/grit/test_suite_all.py
@@ -42,7 +42,10 @@ class TestSuiteAll(unittest.TestSuite):
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 @@ class TestSuiteAll(unittest.TestSuite):
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.

Powered by Google App Engine
This is Rietveld 408576698