diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-19 00:03:01 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-19 00:03:01 (GMT) |
commit | 0106250f0d702f60434ee9290b43eaae42f82963 (patch) | |
tree | a547e1c1d45d5ddc9b5f6800aa6dfcac87b1042b /Lib/test/test_unicodedata.py | |
parent | 51ceea0078b558510f183377c7824a4d4ca352c8 (diff) | |
download | cpython-0106250f0d702f60434ee9290b43eaae42f82963.zip cpython-0106250f0d702f60434ee9290b43eaae42f82963.tar.gz cpython-0106250f0d702f60434ee9290b43eaae42f82963.tar.bz2 |
Fix bad unicodedata checksum merge from trunk in r79062
Diffstat (limited to 'Lib/test/test_unicodedata.py')
-rw-r--r-- | Lib/test/test_unicodedata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py index 39a0119..9777f73 100644 --- a/Lib/test/test_unicodedata.py +++ b/Lib/test/test_unicodedata.py @@ -80,7 +80,7 @@ class UnicodeDatabaseTest(unittest.TestCase): class UnicodeFunctionsTest(UnicodeDatabaseTest): # update this, if the database changes - expectedchecksum = 'dd36312c31318f938b9d9ecff757393508c5bd48' + expectedchecksum = '6ccf1b1a36460d2694f9b0b0f0324942fe70ede6' def test_function_checksum(self): data = [] |