Skip to content

Commit 9036695

Browse files
checksums...
1 parent a679371 commit 9036695

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lib/test/test_unicodedata.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ class UnicodeFunctionsTest(unittest.TestCase):
8989

9090
# Update this if the database changes. Make sure to do a full rebuild
9191
# (e.g. 'make distclean && make') to get the correct checksum.
92-
expectedchecksum = ('a91d306c268ba7d5cdf14d49e63b3f967058869c'
92+
expectedchecksum = ('a5b8431ae6c0a0a78075c216193b7364a0497075'
9393
if quicktest else
94-
'232affd2a50ec4bd69d2482aa0291385cbdefaba')
94+
'72241cd356ce6dad7d0570d206ce869169151850')
9595

9696
def test_function_checksum(self):
9797
db = self.db
@@ -634,9 +634,9 @@ def test_east_asian_width_unassigned(self):
634634
class Unicode_3_2_0_FunctionsTest(UnicodeFunctionsTest):
635635
db = unicodedata.ucd_3_2_0
636636
old = True
637-
expectedchecksum = ('4154d8d1232837e255edf3cdcbb5ab184d71f4a4'
637+
expectedchecksum = ('883824cb6c0ccf994e4451ebf281e2d6d479af47'
638638
if quicktest else
639-
'b678d38ffbf1f1de092b2af1ed155602909fcd8d')
639+
'44bbc0dfbfd746ba08180183482aa569a3830510')
640640

641641

642642
class UnicodeMiscTest(unittest.TestCase):

0 commit comments

Comments
 (0)