Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Lib/test/test_unicodedata.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
class UnicodeMethodsTest(unittest.TestCase):

# update this, if the database changes
expectedchecksum = 'e708c31c0d51f758adf475cb7201cf80917362be'
expectedchecksum = '63aa77dcb36b0e1df082ee2a6071caeda7f0955e'

@requires_resource('cpu')
def test_method_checksum(self):
Expand Down Expand Up @@ -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 = '26ff0d31c14194b4606a5b3a81ac36df3a14e331'
expectedchecksum = '232affd2a50ec4bd69d2482aa0291385cbdefaba'

@requires_resource('cpu')
def test_function_checksum(self):
Expand Down