summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unicodedata.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_unicodedata.py')
-rw-r--r--Lib/test/test_unicodedata.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py
index 213b3cf..3514697 100644
--- a/Lib/test/test_unicodedata.py
+++ b/Lib/test/test_unicodedata.py
@@ -18,7 +18,7 @@ from test.support import (open_urlresource, requires_resource, script_helper,
class UnicodeMethodsTest(unittest.TestCase):
# update this, if the database changes
- expectedchecksum = 'fbdf8106a3c7c242086b0a9efa03ad4d30d5b85d'
+ expectedchecksum = '4739770dd4d0e5f1b1677accfc3552ed3c8ef326'
@requires_resource('cpu')
def test_method_checksum(self):
@@ -71,7 +71,7 @@ class UnicodeFunctionsTest(UnicodeDatabaseTest):
# Update this if the database changes. Make sure to do a full rebuild
# (e.g. 'make distclean && make') to get the correct checksum.
- expectedchecksum = 'd1e37a2854df60ac607b47b51189b9bf1b54bfdb'
+ expectedchecksum = '98d602e1f69d5c5bb8a5910c40bbbad4e18e8370'
@requires_resource('cpu')
def test_function_checksum(self):