]> granicus.if.org Git - imagemagick/blobdiff - PerlMagick/t/getattribute.t
...
[imagemagick] / PerlMagick / t / getattribute.t
index 1f4e952b9f8bf53f85323057babffa93b9739665..ca82e98ef55e6bccce7a04a64e922fc772de1365 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-#  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+#  Copyright 1999-2017 ImageMagick Studio LLC, a non-profit organization
 #  dedicated to making software imaging solutions freely available.
 #
 #  You may not use this file except in compliance with the License.  You may
@@ -45,7 +45,7 @@ testGetAttribute('input.miff','columns','70');
 testGetAttribute('input.miff','directory',undef);
 
 ++$test;
-testGetAttribute('input.miff','gamma','0');
+testGetAttribute('input.miff','gamma','0.454545');
 
 ++$test;
 testGetAttribute('input.miff','geometry',undef);
@@ -77,7 +77,7 @@ testGetAttribute('input.miff','rows','46');
 
 ++$test;
 testGetAttribute('input.miff','signature',
-  'a698f2fe0c6c31f83d19554a6ec02bac79c961dd9a87e7ed217752e75eb615d7');
+  'f7b3db46d6f696ea8392f0ad0be945dd502a806e2c1e9c082efef517191758f7');
 
 ++$test;
 testGetAttribute('input.miff','texture',undef);