Enable commented out test

This commit is contained in:
Antoine Pitrou 2011-11-11 13:31:59 +01:00
parent 0290c7a811
commit dffab19218

View file

@ -1403,7 +1403,7 @@ class UnicodeTest(string_tests.CommonTest,
# Roundtrip safety for non-BMP (just a few chars)
u = '\U00010001\U00020002\U00030003\U00040004\U00050005'
for encoding in ('utf-8', 'utf-16', 'utf-16-le', 'utf-16-be',
#'raw_unicode_escape',
'raw_unicode_escape',
'unicode_escape', 'unicode_internal'):
self.assertEqual(str(u.encode(encoding),encoding), u)