From 06e12af7b3e161ec1471f3026c95ac5f884e02d6 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Sun, 5 Dec 2010 22:25:17 -0800 Subject: [PATCH] TEST: correction according to mail to otb-developers 2010-11-25 19:58 (-8) --- Testing/Code/IO/otbComplexImageTests.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Testing/Code/IO/otbComplexImageTests.cxx b/Testing/Code/IO/otbComplexImageTests.cxx index 7bf945dd3e..f00c50c4bc 100644 --- a/Testing/Code/IO/otbComplexImageTests.cxx +++ b/Testing/Code/IO/otbComplexImageTests.cxx @@ -115,9 +115,9 @@ int otbImageComplexGenericTest(int argc, char* argv[]) pixel = reader->GetOutput()->GetPixel(index); std::cout << pixel << std::endl; - if (pixel != PixelType(2020,2021)) + if (pixel != PixelType(1010,1011)) { - std::cout << "Found " << pixel << " should be " << PixelType(2020,2021) << std::endl; + std::cout << "Found " << pixel << " should be " << PixelType(1010,1011) << std::endl; return EXIT_FAILURE; } -- GitLab