]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-39926: Update unicodedata checksum tests for Unicode 13.0 update. (GH-18913)
authorBenjamin Peterson <benjamin@python.org>
Wed, 11 Mar 2020 04:18:33 +0000 (21:18 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2020 04:18:33 +0000 (21:18 -0700)
I forget these tests required the cpu resource.

Lib/test/test_unicodedata.py

index 60b1aac758d69e95f2a0557503d5b6fbb462aaca..b552d2bd1754b333e407e8f9543d40a3d51bfd0c 100644 (file)
@@ -17,7 +17,7 @@ from test.support import open_urlresource, requires_resource, script_helper
 class UnicodeMethodsTest(unittest.TestCase):
 
     # update this, if the database changes
-    expectedchecksum = 'e728278035eb76cf92d86f07852266b0433f16a5'
+    expectedchecksum = 'fbdf8106a3c7c242086b0a9efa03ad4d30d5b85d'
 
     @requires_resource('cpu')
     def test_method_checksum(self):
@@ -70,7 +70,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 = '4bcbf9df344114b1ebc95b904f4352dd250dff7e'
+    expectedchecksum = 'd1e37a2854df60ac607b47b51189b9bf1b54bfdb'
 
     @requires_resource('cpu')
     def test_function_checksum(self):