Summary- test_xml_etree.py -- CPython 2.5 distribution: 1 of 96 tests fails.
- selftest.py -- effbot ElementTree 1.2.6 distribution: 0 of 299 tests fail.
Total: 1 error for 395 tests. Detailled Test Resultstest_xml_etree.py (in CPython 2.5 distribution) boisgera@Sisyphe:~/tmp$ jython2.5 test_xml_etree.py
**********************************************************************
File "test_xml_etree.py", line 212, in test.test_xml_etree.check_encoding
Failed example:
check_encoding(ET, "mac-roman")
Exception raised:
Traceback (most recent call last):
...
UnsupportedEncodingException: java.io.UnsupportedEncodingException: mac-roman
**********************************************************************
1 items had failures:
1 of 7 in test.test_xml_etree.check_encoding
***Test Failed*** 1 failures.
Traceback (most recent call last):
File "test_xml_etree.py", line 354, in <module>
test_main()
File "test_xml_etree.py", line 351, in test_main
test_support.run_doctest(test_xml_etree, verbosity=True)
File "jython/dist/Lib/test/test_support.py", line 524, in run_doctest
raise TestFailed("%d of %d doctests failed" % (f, t))
test.test_support.TestFailed: 1 of 96 doctests failedselftest.py (from effbot ElementTree 1.2.6 distribution) $ jython2.5 selftest.py
jython/dist/Lib/xmllib.py:9: DeprecationWarning: The xmllib module is obsolete. Use xml.sax instead.
warnings.warn("The xmllib module is obsolete. Use xml.sax instead.", DeprecationWarning)
299 tests ok.
|