From: Benjamin Peterson Date: Mon, 7 Jul 2014 05:07:08 +0000 (-0700) Subject: for some reason, you don't get the right checksum from an incremental build X-Git-Tag: v3.5.0a1~1336 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96baaae46f5e71699b632a0bb3ad90bf2fbecc69;p=thirdparty%2FPython%2Fcpython.git for some reason, you don't get the right checksum from an incremental build --- diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py index 38db1304d2c4..f8788a058876 100644 --- a/Lib/test/test_unicodedata.py +++ b/Lib/test/test_unicodedata.py @@ -79,8 +79,9 @@ class UnicodeDatabaseTest(unittest.TestCase): class UnicodeFunctionsTest(UnicodeDatabaseTest): - # update this, if the database changes - expectedchecksum = '0f44b670846279c608f20e5b6eeb26e6a8ab1f07' + # Update this if the database changes. Make sure to do a full rebuild + # (e.g. 'make distclean && make') to get the correct checksum. + expectedchecksum = '585302895deead0c1c8478c51da9241d4efedca9' def test_function_checksum(self): data = [] h = hashlib.sha1()