[Python-checkins] python/dist/src/Lib/test/output test_minidom,1.16,1.17

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 30 Jun 2002 08:05:02 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv931/Lib/test/output

Modified Files:
	test_minidom 
Log Message:
Implement the encoding argument for toxml and toprettyxml.
Document toprettyxml.


Index: test_minidom
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_minidom,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** test_minidom	6 Dec 2001 18:27:48 -0000	1.16
--- test_minidom	30 Jun 2002 15:05:00 -0000	1.17
***************
*** 99,102 ****
--- 99,105 ----
  Test Succeeded testElementReprAndStr
  Passed assertion: len(Node.allnodes) == 0
+ Passed testEncodings - encoding EURO SIGN
+ Test Succeeded testEncodings
+ Passed assertion: len(Node.allnodes) == 0
  Test Succeeded testFirstChild
  Passed assertion: len(Node.allnodes) == 0