]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
for some reason, you don't get the right checksum from an incremental build
authorBenjamin Peterson <benjamin@python.org>
Mon, 7 Jul 2014 05:07:08 +0000 (22:07 -0700)
committerBenjamin Peterson <benjamin@python.org>
Mon, 7 Jul 2014 05:07:08 +0000 (22:07 -0700)
Lib/test/test_unicodedata.py

index 38db1304d2c49170069bee91577f6fc3a64c683e..f8788a058876e015cd95dad9c4c21ffce44b295a 100644 (file)
@@ -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()