summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unicodedata.py
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-18 22:11:01 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-18 22:11:01 (GMT)
commit657de43f97283d7347b90b9e91093d5cdb84f59e (patch)
treefa677820d410b264a32d534faa8eee962de72422 /Lib/test/test_unicodedata.py
parent32ca4547a4557428c3232eb3abe4a36a66546d55 (diff)
downloadcpython-657de43f97283d7347b90b9e91093d5cdb84f59e.zip
cpython-657de43f97283d7347b90b9e91093d5cdb84f59e.tar.gz
cpython-657de43f97283d7347b90b9e91093d5cdb84f59e.tar.bz2
Merged revisions 79059 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79059 | florent.xicluna | 2010-03-18 22:50:06 +0100 (jeu, 18 mar 2010) | 2 lines Issue #8024: Update the Unicode database to 5.2 ........
Diffstat (limited to 'Lib/test/test_unicodedata.py')
-rw-r--r--Lib/test/test_unicodedata.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py
index 46f0607..39a0119 100644
--- a/Lib/test/test_unicodedata.py
+++ b/Lib/test/test_unicodedata.py
@@ -21,7 +21,7 @@ errors = 'surrogatepass'
class UnicodeMethodsTest(unittest.TestCase):
# update this, if the database changes
- expectedchecksum = '0b915116051f3ed029a98542c2b7df63c9646272'
+ expectedchecksum = '4504dffd035baea02c5b9de82bebc3d65e0e0baf'
def test_method_checksum(self):
h = hashlib.sha1()
@@ -80,7 +80,7 @@ class UnicodeDatabaseTest(unittest.TestCase):
class UnicodeFunctionsTest(UnicodeDatabaseTest):
# update this, if the database changes
- expectedchecksum = 'd4169ccff998ebbd1ec007a0b3fbd66e5ccf0229'
+ expectedchecksum = 'dd36312c31318f938b9d9ecff757393508c5bd48'
def test_function_checksum(self):
data = []