diff --git a/Testing/Code/Common/otbUnaryFunctorNeighborhoodImageFilter.cxx b/Testing/Code/Common/otbUnaryFunctorNeighborhoodImageFilter.cxx
index 2aba92e43566737347b58da1f46be63b7b426620..0004555d567e48e92efae5a102f289dc2e030b4a 100644
--- a/Testing/Code/Common/otbUnaryFunctorNeighborhoodImageFilter.cxx
+++ b/Testing/Code/Common/otbUnaryFunctorNeighborhoodImageFilter.cxx
@@ -26,11 +26,11 @@
 namespace Functor
 {
   template <class TIter, class TOutput>
-  class UnaryFunctorNeighborhoodImageFilterFunctorNewTest
+  class UnaryFunctorNeighborhoodImageFilterTest
   {
   public:
-    UnaryFunctorNeighborhoodImageFilterFunctorNewTest() {};
-    ~UnaryFunctorNeighborhoodImageFilterFunctorNewTest() {};
+    UnaryFunctorNeighborhoodImageFilterTest() {};
+    ~UnaryFunctorNeighborhoodImageFilterTest() {};
     
     inline TOutput operator() (const TIter & it)
     {
@@ -54,7 +54,7 @@ int otbUnaryFunctorNeighborhoodImageFilter(int argc, char * argv[])
   typedef otb::ImageFileWriter<ImageType> WriterType;
   
   typedef itk::ConstNeighborhoodIterator<ImageType>   IterType;;
-  typedef Functor::UnaryFunctorNeighborhoodImageFilterFunctorNewTest<IterType, PixelType>  FunctorType;
+  typedef Functor::UnaryFunctorNeighborhoodImageFilterTest<IterType, PixelType>  FunctorType;
   typedef otb::UnaryFunctorNeighborhoodImageFilter<ImageType, ImageType, FunctorType> UnaryFunctorNeighborhoodImageFilterType;
   
   // Instantiating object