Skip to content

Commit 752bd08

Browse files
authored
Merge pull request #153 from tomhughes/tiled
Make test_tiff_rgba8_compare_tiled use a unique temporary file
2 parents 4f244a6 + f983997 commit 752bd08

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)