From 967a84629e06d7dede9a1d3ca2ed54d748fe65cb Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 23 Dec 2017 10:13:11 -0500 Subject: [PATCH] ... --- tests/drawtest.tap | 2 +- tests/wandtest.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/drawtest.tap b/tests/drawtest.tap index c2330d272..068e73480 100755 --- a/tests/drawtest.tap +++ b/tests/drawtest.tap @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 1999-2016 ImageMagick Studio LLC +# Copyright (C) 1999-2018 ImageMagick Studio LLC # # This program is covered by multiple licenses, which are described in # LICENSE. You should have received a copy of LICENSE with this diff --git a/tests/wandtest.c b/tests/wandtest.c index de726e4ad..c11096cd9 100644 --- a/tests/wandtest.c +++ b/tests/wandtest.c @@ -23,7 +23,7 @@ % March 2003 % % % % % -% Copyright 1999-2007 ImageMagick Studio LLC, a non-profit organization % +% Copyright 1999-2018 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 % @@ -5345,7 +5345,7 @@ int main(int argc,char **argv) pixels); if (status == MagickFalse) ThrowAPIException(magick_wand); - for (i=0; i < 9; i++) + for (i=0; i < 27; i++) if (pixels[i] != primary_colors[i]) { (void) FormatLocaleFile(stderr, -- 2.50.1