id summary reporter owner description type status priority component severity resolution keywords cc release 13066 Test failures Ryan J Ollos "Running tests on 1.0-stable with OSX results in one failure: {{{ ====================================================================== FAIL: test_xml_encoding_special_characters (tracrpc.tests.xml_rpc.RpcXmlTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File ""/Users/rjollos/Documents/Workspace/trac-dev/xmlrpcplugin/tracrpc/tests/xml_rpc.py"", line 113, in test_xml_encoding_special_characters ticket[3]['description']) AssertionError: 'Desc & ription\r\nLine 2' != 'Desc & ription\nLine 2' ---------------------------------------------------------------------- }}} With Trac 1.2-stable, two additional failures: {{{ ====================================================================== FAIL: test_xml_encoding_special_characters (tracrpc.tests.xml_rpc.RpcXmlTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File ""/Users/rjollos/Documents/Workspace/trac-dev/xmlrpcplugin/tracrpc/tests/xml_rpc.py"", line 113, in test_xml_encoding_special_characters ticket[3]['description']) AssertionError: 'Desc & ription\r\nLine 2' != 'Desc & ription\nLine 2' ====================================================================== FAIL: test_getActions (tracrpc.tests.ticket.RpcTicketTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File ""/Users/rjollos/Documents/Workspace/trac-dev/xmlrpcplugin/tracrpc/tests/ticket.py"", line 73, in test_getActions self.assertEquals(actions, default) AssertionError: Lists differ: [['leave', 'leave', 'The owner... != [['leave', 'leave', 'The ticke... First differing element 0: ['leave', 'leave', 'The owner will remain < default >.', []] ['leave', 'leave', 'The ticket will remain with no owner.', []] Diff is 1304 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_update_action (tracrpc.tests.ticket.RpcTicketTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File ""/Users/rjollos/Documents/Workspace/trac-dev/xmlrpcplugin/tracrpc/tests/ticket.py"", line 335, in test_update_action self.assertEqual('', current[3].get('owner', '')) AssertionError: '' != '< default >' ---------------------------------------------------------------------- }}} The two failures on 1.2-stable look like changes I'm familiar with from Trac 1.2, so not unexpected." defect closed normal XmlRpcPlugin normal wontfix Olemis Lang osimons