]> git.imager.perl.org - imager.git/commitdiff
fix TIFF test count to include the new ifd loop tests
authorTony Cook <tony@develop-help.com>
Mon, 15 Aug 2011 09:49:57 +0000 (19:49 +1000)
committerTony Cook <tony@develop-help.com>
Mon, 15 Aug 2011 09:49:57 +0000 (19:49 +1000)
TIFF/t/t10tiff.t

index 403b59d784f05c47bc82fc53583bd2c9ed70db51..c93cfc0ec5ba3de2863e27d8bddd8910e9588a74 100644 (file)
@@ -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);