﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25170	assertXMLEqual fails when white space is present outside XML fragment	Sergiy Kuzmenko	Kamil Warguła	"Currently this test fails:

{{{#!python
class MyTestCase(TestCase):
    def test_xml(self):
        self.assertXMLEqual('<greeting>hello</greeting>', '<greeting>hello</greeting>\n')
}}}

I believe this is a bug because white space outside root tag should not matter. It makes testing rather confusing when reading XML documents from files (which may or may not have trailing new line characters)."	Bug	closed	Testing framework	dev	Normal	fixed	test		Ready for checkin	1	0	0	0	1	0
