Skip to content

Commit f983997

Browse files
committed
Make test_tiff_rgba8_compare_tiled use a unique temporary file
Fixes #152
1 parent c702465 commit f983997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/python_tests/image_tiff_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def test_tiff_rgba8_compare_stripped():
256256

257257
def test_tiff_rgba8_compare_tiled():
258258
filepath1 = '../data/tiff/ndvi_256x256_rgba8_striped.tif'
259-
filepath2 = '/tmp/mapnik-tiff-rgba8-stripped.tiff'
259+
filepath2 = '/tmp/mapnik-tiff-rgba8-tiled.tiff'
260260
im = mapnik.Image.open(filepath1)
261261
im.save(filepath2, 'tiff:method=tiled')
262262
im2 = mapnik.Image.open(filepath2)

0 commit comments

Comments
 (0)