mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Trim trailing space unittests directory
This commit is contained in:
@@ -15,8 +15,8 @@ class xml_Tests(wtc.WidgetTestCase):
|
||||
node.AddChild(root)
|
||||
root.AddAttribute('name1', 'value1')
|
||||
root.AddAttribute(xml.XmlAttribute('name2', 'value2'))
|
||||
|
||||
|
||||
|
||||
|
||||
def test_xml2(self):
|
||||
xml.XML_ELEMENT_NODE
|
||||
xml.XML_ATTRIBUTE_NODE
|
||||
@@ -31,11 +31,11 @@ class xml_Tests(wtc.WidgetTestCase):
|
||||
xml.XML_DOCUMENT_FRAG_NODE
|
||||
xml.XML_NOTATION_NODE
|
||||
xml.XML_HTML_DOCUMENT_NODE
|
||||
|
||||
|
||||
xml.XML_NO_INDENTATION
|
||||
xml.XMLDOC_NONE
|
||||
xml.XMLDOC_KEEP_WHITESPACE_NODES
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user