From aadb3f8e70fccd65ed5673abdaa6a4402563eadf Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Wed, 20 May 2009 17:53:38 +0200 Subject: [PATCH] BUG: Correction for pb reading raw files --- Testing/Code/BasicFilters/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Testing/Code/BasicFilters/CMakeLists.txt b/Testing/Code/BasicFilters/CMakeLists.txt index a4bebc1cbd..cb4c56f2b6 100644 --- a/Testing/Code/BasicFilters/CMakeLists.txt +++ b/Testing/Code/BasicFilters/CMakeLists.txt @@ -351,9 +351,9 @@ ADD_TEST(bfTvImageListToImageListApplyFilter ${BASICFILTERS_TESTS4} ${BASELINE}/bfTvImageListToImageListApplyFilterBand3.png ${TEMP}/bfTvImageListToImageListApplyFilterBand3.png otbImageListToImageListApplyFilter - ${INPUTDATA}/poupees.c1 - ${INPUTDATA}/poupees.c2 - ${INPUTDATA}/poupees.c3 + ${INPUTDATA}/poupees.c1.hdr + ${INPUTDATA}/poupees.c2.hdr + ${INPUTDATA}/poupees.c3.hdr ${TEMP}/bfTvImageListToImageListApplyFilterBand1.png ${TEMP}/bfTvImageListToImageListApplyFilterBand2.png ${TEMP}/bfTvImageListToImageListApplyFilterBand3.png -- GitLab