diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2000-09-24 20:57:04 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2000-09-24 20:57:04 (GMT) |
commit | 424980fd4df1b706208b06d2afe6a0e7626c4c0f (patch) | |
tree | f3c45bf9c259b42bef4a8f7942790968dec2b723 /Lib | |
parent | 3a361f4f8bbcac72edcb387cd431c28f42252008 (diff) | |
download | cpython-424980fd4df1b706208b06d2afe6a0e7626c4c0f.zip cpython-424980fd4df1b706208b06d2afe6a0e7626c4c0f.tar.gz cpython-424980fd4df1b706208b06d2afe6a0e7626c4c0f.tar.bz2 |
Enabled EntityResolver test again now that pyexpat.c has been fixed.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_sax.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_sax.py b/Lib/test/test_sax.py index 5f2c432..9b40036 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() |