From: cristy Date: Sun, 7 Nov 2010 18:09:32 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8542 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1882248fe9175b010df3ab13505574f4ac5601d7;p=imagemagick --- diff --git a/PerlMagick/t/ping.t b/PerlMagick/t/ping.t index 9aaed684f..48ff5fb70 100644 --- a/PerlMagick/t/ping.t +++ b/PerlMagick/t/ping.t @@ -30,7 +30,7 @@ $filename='input_p6.ppm'; print "Ping \"$filename\" ...\n"; $image=Image::Magick->new; ($width, $height, $size, $format)=$image->Ping("$filename"); -if (($width == 70) && ($height == 46) && ($size == 9673) && ($format eq "PNM")) +if (($width == 70) && ($height == 46) && ($size == 9673) && ($format eq "PPM")) { print "ok $test\n"; } @@ -51,7 +51,7 @@ $image=Image::Magick->new; ($width, $height, $size, $format)=$image->Ping(blob=>@blob); undef @blob; undef $image; -if (($width == 70) && ($height == 46) && ($size == 9673) && ($format eq "PNM")) +if (($width == 70) && ($height == 46) && ($size == 9673) && ($format eq "PPM")) { print "ok $test\n"; }