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

iko at codespeak.net iko at codespeak.net
Sat Nov 15 23:14:48 CET 2008


Author: iko
Date: Sat Nov 15 23:14:48 2008
New Revision: 59935

Modified:
   pypy/trunk/lib-python/modified-2.5.2/test/test_unicodedata.py
Log:
Some unicode metadata changed between 3.2.0 and 4.1.0 causing the
checksum of the test_function_checksum test to change.



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	Sat Nov 15 23:14:48 2008
@@ -75,7 +75,7 @@
 class UnicodeFunctionsTest(UnicodeDatabaseTest):
 
     # update this, if the database changes
-    expectedchecksum = 'c05cbc8b0d87b2f102fba8d832e21aca3ad6df2f'
+    expectedchecksum = 'e5eaebf2eba2221e8b8ad0201edc179516fd322f'
 
     def test_function_checksum(self):
         data = []



More information about the Pypy-commit mailing list