Message9019

Author zyasoft
Recipients fwierzbicki, zyasoft
Date 2014-09-24.03:14:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411528491.19.0.778294815699.issue2185@psf.upfronthosting.co.za>
In-reply-to
Content
Removing our modified version of test_sax works, so I did do that (https://hg.python.org/jython/rev/0fdc65448925). However, I was not able to get all the tests working in test_pyexpat with the change suggested by Frank:

test_ordered_attributes (__main__.SetAttributeTest) ... ERROR
test_returns_unicode (__main__.SetAttributeTest) ... ok
test_specified_attributes (__main__.SetAttributeTest) ... ERROR
test_parse_file (__main__.ParseTest) ... ERROR
test_unicode (__main__.ParseTest) ... ERROR
test_utf8 (__main__.ParseTest) ... ERROR
test_illegal (__main__.NamespaceSeparatorTest) ... ok
test_legal (__main__.NamespaceSeparatorTest) ... ok
test_zero_length (__main__.NamespaceSeparatorTest) ... ok
test (__main__.InterningTest) ... ok
test1 (__main__.BufferTextTest) ... FAIL
test2 (__main__.BufferTextTest) ... FAIL
test3 (__main__.BufferTextTest) ... ok
test4 (__main__.BufferTextTest) ... ok
test5 (__main__.BufferTextTest) ... ok
test6 (__main__.BufferTextTest) ... ok
test7 (__main__.BufferTextTest) ... ok
test_buffering_enabled (__main__.BufferTextTest) ... FAIL
test_default_to_disabled (__main__.BufferTextTest) ... FAIL
test (__main__.HandlerExceptionTest) ... ok
test (__main__.PositionTest) ... ERROR
test_parse_only_xml_data (__main__.sf1296433Test) ... FAIL
test_1000_bytes (__main__.ChardataBufferTest) ... ERROR
test_1025_bytes (__main__.ChardataBufferTest) ... ERROR
test_change_size_1 (__main__.ChardataBufferTest) ... ERROR
test_change_size_2 (__main__.ChardataBufferTest) ... ERROR
test_disabling_buffer (__main__.ChardataBufferTest) ... ERROR
test_unchanged_size (__main__.ChardataBufferTest) ... ERROR
test_wrong_size (__main__.ChardataBufferTest) ... ERROR
test1 (__main__.MalformedInputText) ... FAIL
test2 (__main__.MalformedInputText) ... FAIL
test_ignore_use_foreign_dtd (__main__.ForeignDTDTests) ... ERROR
test_use_foreign_dtd (__main__.ForeignDTDTests) ... ERROR

This may still suffice for Django however.
History
Date User Action Args
2014-09-24 03:14:51zyasoftsetmessageid: <1411528491.19.0.778294815699.issue2185@psf.upfronthosting.co.za>
2014-09-24 03:14:51zyasoftsetrecipients: + zyasoft, fwierzbicki
2014-09-24 03:14:51zyasoftlinkissue2185 messages
2014-09-24 03:14:50zyasoftcreate