[Python-checkins] python/dist/src/Lib/test/output test_ucn,1.4,1.5

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 23 Nov 2002 10:01:33 -0800


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

Modified Files:
	test_ucn 
Log Message:
Implement names for CJK unified ideographs. Add name to KeyError output.
Verify that the lookup for an existing name succeeds.


Index: test_ucn
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_ucn,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** test_ucn	23 Nov 2002 17:11:42 -0000	1.4
--- test_ucn	23 Nov 2002 18:01:31 -0000	1.5
***************
*** 3,8 ****
  Testing name to code mapping.... done.
  Testing hangul syllable names.... done.
! Testing code to name mapping for all characters.... done.
! Found 22728 characters in the unicode name database
  Testing misc. symbols for unicode character name expansion.... done.
  Testing unicode character name expansion strict error handling.... done.
--- 3,9 ----
  Testing name to code mapping.... done.
  Testing hangul syllable names.... done.
! Testing names of CJK unified ideographs.... done.
! Testing code to name mapping for all BMP characters.... done.
! Found 50212 characters in the unicode name database
  Testing misc. symbols for unicode character name expansion.... done.
  Testing unicode character name expansion strict error handling.... done.