[Python-checkins] python/dist/src/Lib/test test_codecs.py,1.6,1.7
loewis@users.sourceforge.net
loewis@users.sourceforge.net
Fri, 18 Apr 2003 13:21:04 -0700
Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv14896
Modified Files:
test_codecs.py
Log Message:
Skip nameprep test 3.43, as we do allow unassigned characters. The test
fails only in UCS-2 mode, since it tests a non-BMP character.
Index: test_codecs.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_codecs.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** test_codecs.py 18 Apr 2003 10:39:52 -0000 1.6
--- test_codecs.py 18 Apr 2003 20:21:00 -0000 1.7
***************
*** 295,300 ****
'\xd8\xa71\xd8\xa8'),
# 3.43 Unassigned code point U+E0002.
! ('\xf3\xa0\x80\x82',
! None),
# 3.44 Larger test (shrinking).
# Original test case reads \xc3\xdf
--- 295,302 ----
'\xd8\xa71\xd8\xa8'),
# 3.43 Unassigned code point U+E0002.
! # Skip this test as we allow unassigned
! #('\xf3\xa0\x80\x82',
! # None),
! (None, None),
# 3.44 Larger test (shrinking).
# Original test case reads \xc3\xdf