From fc636bf4c9e4ec8d52d35c20cceb377f65511cd2 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 15 Aug 2011 19:49:57 +1000 Subject: [PATCH] fix TIFF test count to include the new ifd loop tests --- TIFF/t/t10tiff.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TIFF/t/t10tiff.t b/TIFF/t/t10tiff.t index 403b59d7..c93cfc0e 100644 --- a/TIFF/t/t10tiff.t +++ b/TIFF/t/t10tiff.t @@ -1,6 +1,6 @@ #!perl -w use strict; -use Test::More tests => 232; +use Test::More tests => 235; use Imager qw(:all); use Imager::Test qw(is_image is_image_similar test_image test_image_16 test_image_double test_image_raw); -- 2.39.2