diff options
author | Éric Araujo <merwok@netwok.org> | 2011-10-04 23:52:45 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-10-04 23:52:45 (GMT) |
commit | 1079bdfde3bdd2100f1f8ef1b217a2d00529d7a7 (patch) | |
tree | 1363115a6ce3bb70c7aa2e70ae7a3dd9d0445451 /Lib/test/test_minidom.py | |
parent | 4300f69afd6278b890ae4d69cfa7b36daac02fb7 (diff) | |
parent | 63ba97b58608163e1fabf0e07c4f7a243a028e15 (diff) | |
download | cpython-1079bdfde3bdd2100f1f8ef1b217a2d00529d7a7.zip cpython-1079bdfde3bdd2100f1f8ef1b217a2d00529d7a7.tar.gz cpython-1079bdfde3bdd2100f1f8ef1b217a2d00529d7a7.tar.bz2 |
Merge 3.2
Diffstat (limited to 'Lib/test/test_minidom.py')
-rw-r--r-- | Lib/test/test_minidom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_minidom.py b/Lib/test/test_minidom.py index 0a60136..2621f72 100644 --- a/Lib/test/test_minidom.py +++ b/Lib/test/test_minidom.py @@ -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()) |