summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Martelli <aleaxit@gmail.com>2006-08-21 20:58:26 (GMT)
committerAlex Martelli <aleaxit@gmail.com>2006-08-21 20:58:26 (GMT)
commit2bb5f1d4c0af2e4fd335757a44c0b8cd99388ff6 (patch)
treeb8c9a279fe836f36ed5545a035ef8cbcf395f2a2
parent0763c3f86b4af7e8157e40e59db757b0b05647fa (diff)
downloadcpython-2bb5f1d4c0af2e4fd335757a44c0b8cd99388ff6.zip
cpython-2bb5f1d4c0af2e4fd335757a44c0b8cd99388ff6.tar.gz
cpython-2bb5f1d4c0af2e4fd335757a44c0b8cd99388ff6.tar.bz2
etree_c not broken any more.
-rw-r--r--BROKEN16
1 files changed, 0 insertions, 16 deletions
diff --git a/BROKEN b/BROKEN
index 9c9832b..e5769f69 100644
--- a/BROKEN
+++ b/BROKEN
@@ -9,22 +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_c
-////////////////////////////////////////////////////////////////////////
-
-**********************************************************************
-File "/Users/guido/projects/python/py3k/Lib/test/test_xml_etree_c.py", line 112, in test.test_xml_etree_c.find
-Failed example:
- elem.find("section/tag").tag
-Exception raised:
- Traceback (most recent call last):
- File "/Users/guido/projects/python/py3k/Lib/doctest.py", line 1207, in __run
- compileflags, 1) in test.globs
- File "<doctest test.test_xml_etree_c.find[3]>", line 1, in <module>
- elem.find("section/tag").tag
- AttributeError: 'NoneType' object has no attribute 'tag'
-
-////////////////////////////////////////////////////////////////////////
test_descr
////////////////////////////////////////////////////////////////////////