From 4d1960781d45d5d45c1ff3aa233abc9d0a9e1d4f Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Fri, 29 Oct 2010 14:58:59 -0700 Subject: [PATCH] STYLE: typo in test name --- Testing/Code/FeatureExtraction/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Testing/Code/FeatureExtraction/CMakeLists.txt b/Testing/Code/FeatureExtraction/CMakeLists.txt index ee1aa85907..6d19fd12a2 100644 --- a/Testing/Code/FeatureExtraction/CMakeLists.txt +++ b/Testing/Code/FeatureExtraction/CMakeLists.txt @@ -1501,14 +1501,14 @@ ADD_TEST(feTuLocalHistogramImageFunctionTest ${FEATUREEXTRACTION_TESTS16} ${INPUTDATA}/poupees_1canal.hd ${TEMP}/feLocalHistogramImage.txt ) - + # ------- otb::ImageFunctionAdapter ------------- ADD_TEST(feTuImageFunctionAdapterNew ${FEATUREEXTRACTION_TESTS16} otbImageFunctionAdapterNew ) -ADD_TEST(feTVImageFunctionAdapter ${FEATUREEXTRACTION_TESTS16} +ADD_TEST(feTvImageFunctionAdapter ${FEATUREEXTRACTION_TESTS16} otbImageFunctionAdapter ${INPUTDATA}/poupees.png ) -- GitLab