[Python-checkins] CVS: python/dist/src/Lib/test/output test_minidom,1.3,1.4

Martin v. Löwis python-dev@python.org
Tue, 19 Sep 2000 09:22:13 -0700


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

Modified Files:
	test_minidom 
Log Message:
Don't print specific Node instances unless running verbosely.
Closes Bug #114775.


Index: test_minidom
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_minidom,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** test_minidom	2000/09/18 20:44:15	1.3
--- test_minidom	2000/09/19 16:22:10	1.4
***************
*** 81,88 ****
  Test Succeeded testParseElement
  Test Succeeded testParseElementNamespaces
! <xml.dom.minidom.Document instance at 0xa104c8c>
  Test Succeeded testParseFromFile
  Garbage left over:
! [('168820100<class xml.dom.minidom.Element at 0xa0cc58c>', "{'childNodes': []}"), ('168926628<class xml.dom.minidom.Text at 0xa0ccfac>', "{'childNodes': []}"), ('168722260<class xml.dom.minidom.Text at 0xa0ccfac>', "{'childNodes': []}"), ('168655020<class xml.dom.minidom.Text at 0xa0ccfac>', "{'childNodes': []}"), ('168650868<class xml.dom.minidom.Text at 0xa0ccfac>', "{'childNodes': []}"), ('168663308<class xml.dom.minidom.Text at 0xa0ccfac>', "{'childNodes': []}"), ('168846892<class xml.dom.minidom.Text at 0xa0ccfac>', "{'childNodes': []}"), ('169039972<class xml.dom.minidom.Text at 0xa0ccfac>', "{'childNodes': []}"), ('168666508<class xml.dom.minidom.Element at 0xa0cc58c>', "{'childNodes': []}"), ('168730780<class xml.dom.minidom.Element at 0xa0cc58c>', "{'childNodes': []}")]
  Test Succeeded testParseProcessingInstructions
  Test Succeeded testParseString
--- 81,88 ----
  Test Succeeded testParseElement
  Test Succeeded testParseElementNamespaces
! Passed Test
  Test Succeeded testParseFromFile
  Garbage left over:
! 258
  Test Succeeded testParseProcessingInstructions
  Test Succeeded testParseString