File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 = ('35e842600fa7ae2db93739db08ef201b726a2374 '
92+ expectedchecksum = ('1ba453ec456896f1190d849b6e9b7c2e1a4128e0 '
9393 if quicktest else
94- '23ab09ed4abdf93db23b97359108ed630dd8311d ' )
94+ '46ca89d9fe34881d0be3a4a4b29f5aa8c019640c ' )
9595
9696 def test_function_checksum (self ):
9797 db = self .db
@@ -655,9 +655,9 @@ def test_east_asian_width_unassigned(self):
655655class Unicode_3_2_0_FunctionsTest (UnicodeFunctionsTest ):
656656 db = unicodedata .ucd_3_2_0
657657 old = True
658- expectedchecksum = ('4154d8d1232837e255edf3cdcbb5ab184d71f4a4 '
658+ expectedchecksum = ('883824cb6c0ccf994e4451ebf281e2d6d479af47 '
659659 if quicktest else
660- 'b0a8df4ce8cf910def4e75f2d03c93defcc9bb09 ' )
660+ 'caf1a7f2f380f927461837f1901ef20683f98683 ' )
661661
662662
663663class UnicodeMiscTest (unittest .TestCase ):
You can’t perform that action at this time.
0 commit comments