Issue #10254: Fixed a crash and a regression introduced by the implementation of PRI 29.

This commit is contained in:
Alexander Belopolsky 2010-12-23 02:27:37 +00:00
parent 70df8f8c67
commit 86f65d5dbb
3 changed files with 23 additions and 8 deletions

View file

@ -55,9 +55,6 @@ class NormalizationTest(unittest.TestCase):
if line.startswith("@Part"):
part = line.split()[0]
continue
if part == "@Part3":
# XXX we don't support PRI #29 yet, so skip these tests for now
continue
try:
c1,c2,c3,c4,c5 = [unistr(x) for x in line.split(';')[:-1]]
except RangeError: