mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Merge pull request #2327 from wiredfool/wmf_test_fix
Test: Relax WMF test condition, fixes #2323
This commit is contained in:
commit
2399390721
|
@ -24,7 +24,7 @@ class TestFileWmf(PillowTestCase):
|
|||
# Compare to reference rendering
|
||||
imref = Image.open('Tests/images/drawing_wmf_ref.png')
|
||||
imref.load()
|
||||
self.assert_image_similar(im, imref, 0.5)
|
||||
self.assert_image_similar(im, imref, 2.0)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in New Issue
Block a user