Enabled EntityResolver test again now that pyexpat.c has been fixed.

This commit is contained in:
Lars Gustäbel 2000-09-24 20:57:04 +00:00
parent 3a361f4f8b
commit 424980fd4d
1 changed files with 0 additions and 1 deletions

View 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()