diff options
author | Alex Martelli <aleaxit@gmail.com> | 2006-08-21 20:57:17 (GMT) |
---|---|---|
committer | Alex Martelli <aleaxit@gmail.com> | 2006-08-21 20:57:17 (GMT) |
commit | 0763c3f86b4af7e8157e40e59db757b0b05647fa (patch) | |
tree | ec1db5ed87f8a56a07816bf596fcb94e6cc76574 | |
parent | c5c45ba30f913f7ce8e69b49663cfea2f5aae7c8 (diff) | |
download | cpython-0763c3f86b4af7e8157e40e59db757b0b05647fa.zip cpython-0763c3f86b4af7e8157e40e59db757b0b05647fa.tar.gz cpython-0763c3f86b4af7e8157e40e59db757b0b05647fa.tar.bz2 |
etree unittest not broken any more
-rw-r--r-- | BROKEN | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -9,17 +9,6 @@ Also stack blowout, recursing between #5922 0x00021124 in PyObject_Call (func=0x5b0c90, arg=0x3384c0, kw=0x134e10) at ../Objects/abstract.c:1791 //////////////////////////////////////////////////////////////////////// -test_xml_etree -//////////////////////////////////////////////////////////////////////// - -3 items had failures: - 18 of 32 in test.test_xml_etree.find - 1 of 3 in test.test_xml_etree.sanity - 8 of 12 in test.test_xml_etree.xinclude -***Test Failed*** 27 failures. -test test_xml_etree failed -- 27 of 91 doctests failed - -//////////////////////////////////////////////////////////////////////// test_xml_etree_c //////////////////////////////////////////////////////////////////////// |