diff options
author | Éric Araujo <merwok@netwok.org> | 2011-10-06 13:19:34 +0200 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-10-06 13:19:34 +0200 |
commit | e954ecb9ba35d3d075bae423c964fa8a6771968c (patch) | |
tree | 5df1b5a15f873b27f2a026ac0bdde9d27cca8b7a /Lib/test/test_minidom.py | |
parent | c9539d593ecd065b726fa0bbc5c8e97c1d27ca20 (diff) | |
parent | 2710bc4b689453bffd5c594eb3a064bf1af79df4 (diff) | |
download | cpython-git-e954ecb9ba35d3d075bae423c964fa8a6771968c.tar.gz |
Branch merge
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 ecf05dd2e2..cb1c60cb26 100644 --- a/Lib/test/test_minidom.py +++ b/Lib/test/test_minidom.py @@ -439,7 +439,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()) |