From dbb3115c1da36dfa7b5d41466ba42aeaab38f7d1 Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@orfeo-toolbox.org>
Date: Thu, 1 Sep 2011 17:51:24 +0200
Subject: [PATCH] TEST: Changing input type to unsigned short following bug fix

---
 .../BasicFilters/otbMaximumAutocorrelationFactorImageFilter.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Testing/Code/BasicFilters/otbMaximumAutocorrelationFactorImageFilter.cxx b/Testing/Code/BasicFilters/otbMaximumAutocorrelationFactorImageFilter.cxx
index 12ef1f4c1c..c8b598f4b4 100644
--- a/Testing/Code/BasicFilters/otbMaximumAutocorrelationFactorImageFilter.cxx
+++ b/Testing/Code/BasicFilters/otbMaximumAutocorrelationFactorImageFilter.cxx
@@ -20,7 +20,7 @@
 #include "otbStreamingImageFileWriter.h"
 #include "otbMaximumAutocorrelationFactorImageFilter.h"
 
-typedef otb::VectorImage<short,2>          ImageType;
+typedef otb::VectorImage<unsigned short,2> ImageType;
 typedef otb::VectorImage<double,2>         OutputImageType;
 typedef otb::ImageFileReader<ImageType>    ReaderType;
 typedef otb::StreamingImageFileWriter<OutputImageType> WriterType;
-- 
GitLab