summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2000-09-24 20:57:04 (GMT)
committerLars Gustäbel <lars@gustaebel.de>2000-09-24 20:57:04 (GMT)
commit424980fd4df1b706208b06d2afe6a0e7626c4c0f (patch)
treef3c45bf9c259b42bef4a8f7942790968dec2b723 /Lib
parent3a361f4f8bbcac72edcb387cd431c28f42252008 (diff)
downloadcpython-424980fd4df1b706208b06d2afe6a0e7626c4c0f.zip
cpython-424980fd4df1b706208b06d2afe6a0e7626c4c0f.tar.gz
cpython-424980fd4df1b706208b06d2afe6a0e7626c4c0f.tar.bz2
Enabled EntityResolver test again now that pyexpat.c has been fixed.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_sax.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_sax.py b/Lib/test/test_sax.py
index 5f2c432..9b40036 100644
--- a/Lib/test/test_sax.py
+++ b/Lib/test/test_sax.py
@@ -181,7 +181,6 @@ class TestEntityResolver:
return inpsrc
def test_expat_entityresolver():
- return 1 # disabling this until pyexpat.c has been fixed
parser = create_parser()
parser.setEntityResolver(TestEntityResolver())
result = StringIO()