diff --git a/Testing/Code/IO/otbComplexImageTests.cxx b/Testing/Code/IO/otbComplexImageTests.cxx
index 7bf945dd3e3b5d4649c9ad5a75eac85f7533e18f..f00c50c4bc1dbd1a806f9fa1f83e7c617b9fdc1b 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;
     }