Skip to content

Commit

Permalink
Merge pull request python-pillow#1210 from toabctl/issue-1202
Browse files Browse the repository at this point in the history
Fix test TestImageFont.test_textsize_equal for SLE11SP3
  • Loading branch information
hugovk committed Apr 29, 2015
2 parents 86616df + 80a8463 commit 7e02582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_imagefont.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def test_textsize_equal(self):

target = 'Tests/images/rectangle_surrounding_text.png'
target_img = Image.open(target)
self.assert_image_equal(im, target_img)
self.assert_image_similar(im, target_img, .5)

def test_render_multiline(self):
im = Image.new(mode='RGB', size=(300, 100))
Expand Down

0 comments on commit 7e02582

Please sign in to comment.