Merge 3.2

This commit is contained in:
Éric Araujo 2011-10-05 01:52:45 +02:00
commit 1079bdfde3
2 changed files with 17 additions and 17 deletions

View file

@ -467,7 +467,7 @@ class MinidomTest(unittest.TestCase):
dom.unlink()
self.confirm(domstr == str.replace("\n", "\r\n"))
def test_toPrettyXML_perserves_content_of_text_node(self):
def test_toprettyxml_preserves_content_of_text_node(self):
str = '<A>B</A>'
dom = parseString(str)
dom2 = parseString(dom.toprettyxml())