summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unicodedata.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-02-21 03:24:29 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-02-21 03:24:29 (GMT)
commit71f660e00f1d4de04a6a2d4430f0cadb71edf115 (patch)
tree44ef21d5710d9492bd8bc302050242249118ce4c /Lib/test/test_unicodedata.py
parent16fa2a10970a92cba1ee1249ed7bcf7d2c131051 (diff)
downloadcpython-71f660e00f1d4de04a6a2d4430f0cadb71edf115.zip
cpython-71f660e00f1d4de04a6a2d4430f0cadb71edf115.tar.gz
cpython-71f660e00f1d4de04a6a2d4430f0cadb71edf115.tar.bz2
update to Unicode 6.1
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 f775aea..99aa003 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 = 'df0b3ca6785a070b21f837b227dbdbdff3c2e921'
+ expectedchecksum = 'bf7a78f1a532421b5033600102e23a92044dbba9'
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 = 'c23dfc0b5eaf3ca2aad32d733de96bb182ccda50'
+ expectedchecksum = '17fe2f12b788e4fff5479b469c4404bb6ecf841f'
def test_function_checksum(self):
data = []
h = hashlib.sha1()