From 5b9f7f0875445a32aa4cdc0cf3daf91b3642f5b5 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Sat, 7 Aug 2010 01:15:13 +0000 Subject: [PATCH] add file missing from MANIFEST, and make test produce the load error message if it can't load it. --- MANIFEST | 1 + t/t106tiff.t | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST b/MANIFEST index 70023cf1..9e402008 100644 --- a/MANIFEST +++ b/MANIFEST @@ -353,6 +353,7 @@ testimg/pengtile.tif Tiled tiff image, same as penguin-base.ppm testimg/pgm.pgm Simple pgm for testing the right sample is in the right place testimg/rgb16.tif 16-bit/sample RGB image - strips testimg/rgb16t.tif 16-bit/sample RGB image - tiled +testimg/rgbatsep.tif Tiled/separated for testing RGBA codepath testimg/scale.gif testimg/scale.ppm testimg/scalei.gif diff --git a/t/t106tiff.t b/t/t106tiff.t index d62345a9..62f3f727 100644 --- a/t/t106tiff.t +++ b/t/t106tiff.t @@ -561,7 +561,8 @@ SKIP: # tiled, non-contig, should fallback to RGBA code my $rgbatsep = Imager->new; ok($rgbatsep->read(file => 'testimg/rgbatsep.tif'), - "read base rgba image"); + "read tiled, separated rgba image") + or diag($rgbatsep->errstr); is_image($rgba, $rgbatsep, "check they match"); } { # read bi-level -- 2.39.5