upgrade to unicode 7.0.0

This commit is contained in:
Benjamin Peterson 2014-07-06 13:04:20 -07:00
parent 1f6b103440
commit 3032ed7cb1
7 changed files with 27680 additions and 24666 deletions

View file

@ -21,7 +21,7 @@ errors = 'surrogatepass'
class UnicodeMethodsTest(unittest.TestCase):
# update this, if the database changes
expectedchecksum = 'e74e878de71b6e780ffac271785c3cb58f6251f3'
expectedchecksum = '618e2c1a22ee79d2235319709f16c50f987ee21f'
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 = 'f0b74d26776331cc7bdc3a4698f037d73f2cee2b'
expectedchecksum = '0f44b670846279c608f20e5b6eeb26e6a8ab1f07'
def test_function_checksum(self):
data = []
h = hashlib.sha1()