[Python-checkins] CVS: python/dist/src/Lib/test/output test_pyexpat,1.6,1.7

Fred L. Drake fdrake@users.sourceforge.net
Wed, 25 Apr 2001 09:03:56 -0700


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

Modified Files:
	test_pyexpat 
Log Message:

Update test to accomodate the change to the namespace_separator parameter
of ParserCreate().

Added assignment tests for the ordered_attributes and specified_attributes
values, similar to the checks for the returns_unicode attribute.


Index: test_pyexpat
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_pyexpat,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** test_pyexpat	2001/01/24 21:46:18	1.6
--- test_pyexpat	2001/04/25 16:03:54	1.7
***************
*** 4,7 ****
--- 4,15 ----
  OK.
  OK.
+ OK.
+ OK.
+ OK.
+ OK.
+ OK.
+ OK.
+ OK.
+ OK.
  PI:
  	'xml-stylesheet' 'href="stylesheet.css"'
***************
*** 100,104 ****
  ParserCreate() argument 2 must be string or None, not int
  Caught expected ValueError:
! namespace_separator must be one character, omitted, or None
! Caught expected ValueError:
! namespace_separator must be one character, omitted, or None
--- 108,110 ----
  ParserCreate() argument 2 must be string or None, not int
  Caught expected ValueError:
! namespace_separator must be at most one character, omitted, or None