mirror of https://github.com/python/cpython
Enabled EntityResolver test again now that pyexpat.c has been fixed.
This commit is contained in:
parent
3a361f4f8b
commit
424980fd4d
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue