mirror of
https://github.com/mapnik/mapnik.git
synced 2026-02-01 17:36:36 +00:00
update expected test after 41064ed49d
This commit is contained in:
parent
59b089f65d
commit
144d9a41f0
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 2.4 KiB |
@ -25,7 +25,7 @@ if 'sqlite' in mapnik.DatasourceCache.plugin_names():
|
||||
mapnik.render(m,im)
|
||||
actual = '/tmp/mapnik-layer-buffer-size.png'
|
||||
expected = 'images/support/mapnik-layer-buffer-size.png'
|
||||
im.save(actual)
|
||||
im.save(actual,"png32")
|
||||
expected_im = mapnik.Image.open(expected)
|
||||
eq_(im.tostring('png32'),expected_im.tostring('png32'), 'failed comparing actual (%s) and expected (%s)' % (actual,'tests/python_tests/'+ expected))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user