[Python-checkins] CVS: python/dist/src/Lib/test test_sax.py,1.5,1.6

Lars Marius Garshol python-dev@python.org
Sun, 24 Sep 2000 13:57:07 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory slayer.i.sourceforge.net:/tmp/cvs-serv1783

Modified Files:
	test_sax.py 
Log Message:
Enabled EntityResolver test again now that pyexpat.c has been fixed.


Index: test_sax.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_sax.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** test_sax.py	2000/09/24 20:30:24	1.5
--- test_sax.py	2000/09/24 20:57:04	1.6
***************
*** 182,186 ****
  
  def test_expat_entityresolver():
-     return 1 # disabling this until pyexpat.c has been fixed
      parser = create_parser()
      parser.setEntityResolver(TestEntityResolver())
--- 182,185 ----