﻿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
21509	Remove explicit catching of SystemExit or Keboardinterrupt	Krzysztof Jurewicz	Krzysztof Jurewicz	"In `assertXMLEqual` and `assertXMLNotEqual` methods, test result is determined as following:

{{{#!python
try:
    result = compare_xml(xml1, xml2)
except Exception as e:
    standardMsg = 'First or second argument is not valid XML\n%s' % e
    self.fail(self._formatMessage(msg, standardMsg))
}}}

Because of that, KeyboardInterrupt and SystemExit raised during XML comparison are suppressed."	Cleanup/optimization	closed	Uncategorized	dev	Normal	fixed			Accepted	1	0	0	0	1	0
