SimpleTestCase.assertXMLNotEqual(xml1, xml2, msg=None) [source]
Asserts that the strings xml1 and xml2 are not equal. The comparison is based on XML semantics. See assertXMLEqual() for details.
Output in case of error can be customized with the msg argument.