From f030e2c2c2025d08d405dd5bd04378d26f250bcd Mon Sep 17 00:00:00 2001 From: Christophe Palmann <christophe.palmann@c-s.fr> Date: Wed, 8 Jul 2015 17:05:06 +0200 Subject: [PATCH] TEST: inputs/baselines in tif instead of png --- Examples/BasicFilters/test/CMakeLists.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Examples/BasicFilters/test/CMakeLists.txt b/Examples/BasicFilters/test/CMakeLists.txt index 7984fa1863..15da042a01 100644 --- a/Examples/BasicFilters/test/CMakeLists.txt +++ b/Examples/BasicFilters/test/CMakeLists.txt @@ -3,11 +3,11 @@ set(INPUTDATA ${OTB_DATA_ROOT}/Examples) otb_add_test(NAME bfTeLeeImageFilterTest COMMAND ${OTB_TEST_DRIVER} --compare-n-images ${NOTOL} 1 - ${BASELINE}/GomaSmallLeeFiltered.png - ${TEMP}/GomaSmallLeeFiltered.png + ${BASELINE}/GomaSmallLeeFiltered.tif + ${TEMP}/GomaSmallLeeFiltered.tif Execute $<TARGET_FILE:LeeImageFilter> - ${INPUTDATA}/GomaSmall.png - ${TEMP}/GomaSmallLeeFiltered.png + ${INPUTDATA}/GomaSmall.tif + ${TEMP}/GomaSmallLeeFiltered.tif 3 1 ) @@ -15,11 +15,11 @@ otb_add_test(NAME bfTeLeeImageFilterTest COMMAND ${OTB_TEST_DRIVER} otb_add_test(NAME bfTeFrostImageFilterTest COMMAND ${OTB_TEST_DRIVER} --compare-n-images ${NOTOL} 1 - ${BASELINE}/GomaSmallFrostFiltered.png - ${TEMP}/GomaSmallFrostFiltered.png + ${BASELINE}/GomaSmallFrostFiltered.tif + ${TEMP}/GomaSmallFrostFiltered.tif Execute $<TARGET_FILE:FrostImageFilter> - ${INPUTDATA}/GomaSmall.png - ${TEMP}/GomaSmallFrostFiltered.png + ${INPUTDATA}/GomaSmall.tif + ${TEMP}/GomaSmallFrostFiltered.tif 5 0.1 ) -- GitLab