From 424980fd4df1b706208b06d2afe6a0e7626c4c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Gust=C3=A4bel?= Date: Sun, 24 Sep 2000 20:57:04 +0000 Subject: [PATCH] Enabled EntityResolver test again now that pyexpat.c has been fixed. --- Lib/test/test_sax.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_sax.py b/Lib/test/test_sax.py index 5f2c43244d3..9b40036dfb3 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()