Lines Matching +full:test +full:- +full:license
2 # Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization
5 # You may not use this file except in compliance with the License. You may
6 # obtain a copy of the License at
8 # https://imagemagick.org/script/license.php
11 # distributed under the License is distributed on an "AS IS" BASIS,
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
16 # Test getting attributes.
18 BEGIN { $| = 1; $test=1, print "1..25\n"; }
27 testGetAttribute('input.miff','base-columns','70');
29 ++$test;
30 testGetAttribute('input.miff','base-filename','input.miff');
32 ++$test;
33 testGetAttribute('input.miff','base-rows','46');
35 ++$test;
38 ++$test;
41 ++$test;
44 ++$test;
47 ++$test;
50 ++$test;
53 ++$test;
56 ++$test;
60 ++$test;
63 ++$test;
66 ++$test;
69 ++$test;
70 testGetAttribute('input.miff','maximum-error','0');
72 ++$test;
73 testGetAttribute('input.miff','mean-error','0');
75 ++$test;
78 ++$test;
82 ++$test;
85 ++$test;
88 ++$test;
91 ++$test;
94 ++$test;
97 ++$test;
98 testGetAttribute('input.miff','x-resolution','72');
100 ++$test;
101 testGetAttribute('input.miff','y-resolution','72');