| Index: grit/format/policy_templates/writers/admx_writer_unittest.py
|
| diff --git a/grit/format/policy_templates/writers/admx_writer_unittest.py b/grit/format/policy_templates/writers/admx_writer_unittest.py
|
| index 9a2a58ee4724a316c6a5258e7e943d49fa9c2589..c99131f819bb8e3cd02d4b69f6d8aa30930f813d 100644
|
| --- a/grit/format/policy_templates/writers/admx_writer_unittest.py
|
| +++ b/grit/format/policy_templates/writers/admx_writer_unittest.py
|
| @@ -19,7 +19,7 @@ from grit.format.policy_templates.writers import xml_writer_base_unittest
|
| from xml.dom import minidom
|
|
|
|
|
| -class AdmxWriterTest(xml_writer_base_unittest.XmlWriterBaseTest):
|
| +class AdmxWriterUnittest(xml_writer_base_unittest.XmlWriterBaseTest):
|
|
|
| def _CreateDocumentElement(self):
|
| dom_impl = minidom.getDOMImplementation('')
|
|
|