diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-05-27 08:36:52 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-05-27 08:36:52 (GMT) |
commit | d004fc810af3e1985686e616763e14a1b0aa60c1 (patch) | |
tree | 84d813c5639518d647144fb8befbfcb524052175 /Lib | |
parent | d1b6cd7bfb35ffecd8b52d9d2b3cd608ab6515e0 (diff) | |
download | cpython-d004fc810af3e1985686e616763e14a1b0aa60c1.zip cpython-d004fc810af3e1985686e616763e14a1b0aa60c1.tar.gz cpython-d004fc810af3e1985686e616763e14a1b0aa60c1.tar.bz2 |
Patch 1494554: Update numeric properties to Unicode 4.1.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_unicodedata.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py index c4b5cf3..0023bf4 100644 --- a/Lib/test/test_unicodedata.py +++ b/Lib/test/test_unicodedata.py @@ -16,7 +16,7 @@ encoding = 'utf-8' class UnicodeMethodsTest(unittest.TestCase): # update this, if the database changes - expectedchecksum = 'a6555cd209d960dcfa17bfdce0c96d91cfa9a9ba' + expectedchecksum = 'c198ed264497f108434b3f576d4107237221cc8a' def test_method_checksum(self): h = hashlib.sha1() @@ -75,7 +75,7 @@ class UnicodeDatabaseTest(unittest.TestCase): class UnicodeFunctionsTest(UnicodeDatabaseTest): # update this, if the database changes - expectedchecksum = 'b45b79f3203ee1a896d9b5655484adaff5d4964b' + expectedchecksum = '4e389f97e9f88b8b7ab743121fd643089116f9f2' def test_function_checksum(self): data = [] |