mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
uncomment png test
This commit is contained in:
parent
3a9dd7724f
commit
8bb0058717
@ -130,7 +130,7 @@ def test_transparency_levels_aerial():
|
||||
|
||||
im_in = mapnik.Image.open('./images/support/transparency/aerial_rgb.png')
|
||||
eq_(len(im.tostring('png')),len(im_in.tostring('png')))
|
||||
#eq_(len(im.tostring('png:t=0')),len(im_in.tostring('png:t=0')))
|
||||
eq_(len(im.tostring('png:t=0')),len(im_in.tostring('png:t=0')))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user