Tests pass on osx

This commit is contained in:
wiredfool 2017-06-29 01:50:29 -07:00
parent 109e10d6b7
commit 14293ea4b1

View File

@ -46,7 +46,7 @@ class TestImagecomplextext(PillowTestCase):
im = Image.new(mode='RGB', size=(300, 100))
draw = ImageDraw.Draw(im)
draw.text((0, 0), u'السلام عليكم', font=ttf, fill=500)
draw.text((0, 0), 'السلام عليكم', font=ttf, fill=500)
target = 'Tests/images/test_complex_unicode_text.png'
target_img = Image.open(target)