]> granicus.if.org Git - python/commitdiff
Enabled EntityResolver test again now that pyexpat.c has been fixed.
authorLars Gustäbel <lars@gustaebel.de>
Sun, 24 Sep 2000 20:57:04 +0000 (20:57 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Sun, 24 Sep 2000 20:57:04 +0000 (20:57 +0000)
Lib/test/test_sax.py

index 5f2c43244d3b7a0618e80fb03f064f54908bb87c..9b40036dfb33f5a9442fba72a7df0f39ec5c12d9 100644 (file)
@@ -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()