From: Lars Gustäbel Date: Sun, 24 Sep 2000 20:57:04 +0000 (+0000) Subject: Enabled EntityResolver test again now that pyexpat.c has been fixed. X-Git-Tag: v2.0b2~71 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=424980fd4df1b706208b06d2afe6a0e7626c4c0f;p=thirdparty%2FPython%2Fcpython.git Enabled EntityResolver test again now that pyexpat.c has been fixed. --- diff --git a/Lib/test/test_sax.py b/Lib/test/test_sax.py index 5f2c43244d3b..9b40036dfb33 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()