]> git.imager.perl.org - imager.git/commitdiff
more incorrect test counts on missing libs
authorTony Cook <tony@develop=help.com>
Mon, 12 Dec 2005 02:58:00 +0000 (02:58 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 12 Dec 2005 02:58:00 +0000 (02:58 +0000)
t/t102png.t

index f3bcad4fe5623f460500d487fdc2cbdf2bcf4cca..0401e155f264d25657e4180ea288040cc73ec480 100644 (file)
@@ -42,7 +42,7 @@ if (!i_has_format("png")) {
     $im = Imager->new(xsize=>2, ysize=>2);
     ok(!$im->write(file=>"testout/nopng.png"), "should fail to write png");
     is($im->errstr, 'format not supported', "check no png message");
-    skip("no png support", 8);
+    skip("no png support", 23);
   }
 } else {
   Imager::i_tags_add($img, "i_xres", 0, "300", 0);