]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 9 Nov 2012 00:44:12 +0000 (00:44 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 9 Nov 2012 00:44:12 +0000 (00:44 +0000)
tests/validate.c

index 64b3ec1b77a3f5db3aae016eb4ff7febab326199..47b373f139b5a06c2a049bdfce4f48f7e9b4508a 100644 (file)
@@ -1484,15 +1484,14 @@ int main(int argc,char **argv)
               output_filename,&fail,exception);
           if ((type & FormatsOnDiskValidate) != 0)
             {
-              /*
-                Validate image formats on disk with pixel cache in
-                memory, memory-mapped, and on disk.
-              */
+              (void) FormatLocaleFile(stdout,"[pixel-cache: memory] ");
               tests+=ValidateImageFormatsOnDisk(image_info,reference_filename,
                 output_filename,&fail,exception);
+              (void) FormatLocaleFile(stdout,"[pixel-cache: memory-mapped] ");
               (void) SetMagickResourceLimit(MemoryResource,0);
               tests+=ValidateImageFormatsOnDisk(image_info,reference_filename,
                 output_filename,&fail,exception);
+              (void) FormatLocaleFile(stdout,"[pixel-cache: disk] ");
               (void) SetMagickResourceLimit(MapResource,0);
               tests+=ValidateImageFormatsOnDisk(image_info,reference_filename,
                 output_filename,&fail,exception);