mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Enabled EntityResolver test again now that pyexpat.c has been fixed.
This commit is contained in:
parent
3a361f4f8b
commit
424980fd4d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue