From 7426bd6f6ce4b2e15923885671175e618de484ba Mon Sep 17 00:00:00 2001
From: Patrick Imbo <patrick.imbo@c-s.fr>
Date: Thu, 7 Sep 2006 15:04:15 +0000
Subject: [PATCH] =?UTF-8?q?otbLogPolarResampleImageFilter=20:=20impl=C3=A9?=
 =?UTF-8?q?mentation=20de=20la=20classe=20+=20tests?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Testing/Code/FeatureExtraction/CMakeLists.txt                | 5 ++---
 Testing/Code/FeatureExtraction/otbFeatureExtractionTests.cxx | 1 -
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/Testing/Code/FeatureExtraction/CMakeLists.txt b/Testing/Code/FeatureExtraction/CMakeLists.txt
index 4f2cb50355..5ba9203cd3 100755
--- a/Testing/Code/FeatureExtraction/CMakeLists.txt
+++ b/Testing/Code/FeatureExtraction/CMakeLists.txt
@@ -382,8 +382,8 @@ ADD_TEST(feTvExtractSegments ${FEATUREEXTRACTION_TESTS}
 
 # -------            otb::ForwardFourierMellinTransformImageFilter   -------------
 
-ADD_TEST(feTuForwardFourierMellinTransformImageFilterNew ${COMMON_TESTS} 
-         otbForwardFourierMellinTransformImageFilterNew)  
+#ADD_TEST(feTuForwardFourierMellinTransformImageFilterNew ${COMMON_TESTS} 
+#         otbForwardFourierMellinTransformImageFilterNew)  
 
 # -----------------------------------------------------------------------
 			        
@@ -440,7 +440,6 @@ otbLocalHough.cxx
 otbLocalHoughDraw.cxx
 otbExtractSegmentsNew.cxx
 otbExtractSegments.cxx
-otbForwardFourierMellinTransformImageFilterNew.cxx
 )
 
 
diff --git a/Testing/Code/FeatureExtraction/otbFeatureExtractionTests.cxx b/Testing/Code/FeatureExtraction/otbFeatureExtractionTests.cxx
index ad2b1ce098..3387db6797 100755
--- a/Testing/Code/FeatureExtraction/otbFeatureExtractionTests.cxx
+++ b/Testing/Code/FeatureExtraction/otbFeatureExtractionTests.cxx
@@ -76,5 +76,4 @@ REGISTER_TEST(otbLocalHough);
 REGISTER_TEST(otbLocalHoughDraw);
 REGISTER_TEST(otbExtractSegmentsNew);
 REGISTER_TEST(otbExtractSegments);
-REGISTER_TEST(otbForwardFourierMellinTransformImageFilterNew);
 }
-- 
GitLab