Update to test Unicode 5.1.

This commit is contained in:
Martin v. Löwis 2008-09-10 18:43:49 +00:00
parent e3c4fd9cc0
commit 6d5ec2474d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import os
from unicodedata import normalize
TESTDATAFILE = "NormalizationTest" + os.extsep + "txt"
TESTDATAURL = "http://www.unicode.org/Public/4.1.0/ucd/" + TESTDATAFILE
TESTDATAURL = "http://www.unicode.org/Public/5.1.0/ucd/" + TESTDATAFILE
class RangeError(Exception):
pass