diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-18 21:50:06 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-18 21:50:06 (GMT) |
commit | 2e0a53fdf6dd84ab5418ae4faec330eaed443bd6 (patch) | |
tree | 172c0b358ee0206f58c5cf6ba16364dfb1ab73f9 /Lib/test | |
parent | decd14b5db37fed0ab92f16d5374537d0e72c9c4 (diff) | |
download | cpython-2e0a53fdf6dd84ab5418ae4faec330eaed443bd6.zip cpython-2e0a53fdf6dd84ab5418ae4faec330eaed443bd6.tar.gz cpython-2e0a53fdf6dd84ab5418ae4faec330eaed443bd6.tar.bz2 |
Issue #8024: Update the Unicode database to 5.2
Diffstat (limited to 'Lib/test')
-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 6fbb6dd..9c89896 100644 --- a/Lib/test/test_unicodedata.py +++ b/Lib/test/test_unicodedata.py @@ -20,7 +20,7 @@ encoding = 'utf-8' class UnicodeMethodsTest(unittest.TestCase): # update this, if the database changes - expectedchecksum = '0b915116051f3ed029a98542c2b7df63c9646272' + expectedchecksum = '4504dffd035baea02c5b9de82bebc3d65e0e0baf' def test_method_checksum(self): h = hashlib.sha1() @@ -79,7 +79,7 @@ class UnicodeDatabaseTest(unittest.TestCase): class UnicodeFunctionsTest(UnicodeDatabaseTest): # update this, if the database changes - expectedchecksum = 'd4169ccff998ebbd1ec007a0b3fbd66e5ccf0229' + expectedchecksum = '6ccf1b1a36460d2694f9b0b0f0324942fe70ede6' def test_function_checksum(self): data = [] |