| Index: tools/grit/grit/format/policy_templates/writers/admx_writer_unittest.py
|
| diff --git a/tools/grit/grit/format/policy_templates/writers/admx_writer_unittest.py b/tools/grit/grit/format/policy_templates/writers/admx_writer_unittest.py
|
| index 8bdb7a4e8b9b073cc86f66d216a9169161eeffc0..2a642939fca09d13479b89218561de5ed117963d 100755
|
| --- a/tools/grit/grit/format/policy_templates/writers/admx_writer_unittest.py
|
| +++ b/tools/grit/grit/format/policy_templates/writers/admx_writer_unittest.py
|
| @@ -36,6 +36,10 @@ class AdmxWriterUnittest(xml_writer_base_unittest.XmlWriterBaseTest):
|
| 'win_reg_recommended_key_name': 'Software\\Policies\\Test\\Recommended',
|
| 'win_mandatory_category_path': ['test_category'],
|
| 'win_recommended_category_path': ['test_recommended_category'],
|
| + 'win_category_path_strings': {
|
| + 'test_category': 'TestCategory',
|
| + 'test_recommended_category': 'TestCategory - recommended'
|
| + },
|
| 'admx_namespace': 'ADMXWriter.Test.Namespace',
|
| 'admx_prefix': 'test_prefix',
|
| 'build': 'test_product',
|
|
|