[pypy-svn] r64359 - pypy/trunk/lib-python/modified-2.5.2/test

cfbolz at codespeak.net cfbolz at codespeak.net
Sun Apr 19 13:42:54 CEST 2009


Author: cfbolz
Date: Sun Apr 19 13:42:54 2009
New Revision: 64359

Modified:
   pypy/trunk/lib-python/modified-2.5.2/test/test_unicodedata.py
Log:
new checksum


Modified: pypy/trunk/lib-python/modified-2.5.2/test/test_unicodedata.py
==============================================================================
--- pypy/trunk/lib-python/modified-2.5.2/test/test_unicodedata.py	(original)
+++ pypy/trunk/lib-python/modified-2.5.2/test/test_unicodedata.py	Sun Apr 19 13:42:54 2009
@@ -16,7 +16,9 @@
 class UnicodeMethodsTest(unittest.TestCase):
 
     # update this, if the database changes
-    expectedchecksum = '9f6a3e76196a8327ccf95d2d6404880be2ab5c2f'
+    # (PyPy comment: the reason why we have a different checksum from CPython
+    # is that CPython is buggy! See http://bugs.python.org/issue4971
+    expectedchecksum = '6e487361ad9d178a58006cbab5b176a090bcd792'
 
     def test_method_checksum(self):
         h = hashlib.sha1()



More information about the Pypy-commit mailing list