From 221e2de395d3ff27057a04ea9b65939482a9f4fd Mon Sep 17 00:00:00 2001 From: Antoine Regimbeau <antoine.regimbeau@c-s.fr> Date: Fri, 24 Nov 2017 10:16:17 +0100 Subject: [PATCH] TEST: change location of baseline --- .../Applications/AppImageUtils/test/CMakeLists.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Modules/Applications/AppImageUtils/test/CMakeLists.txt b/Modules/Applications/AppImageUtils/test/CMakeLists.txt index 7215ae5f70..d2852f4d46 100644 --- a/Modules/Applications/AppImageUtils/test/CMakeLists.txt +++ b/Modules/Applications/AppImageUtils/test/CMakeLists.txt @@ -36,7 +36,7 @@ otb_test_application(NAME apTvUtConvertBasic OPTIONS -in ${INPUTDATA}/QB_Toulouse_Ortho_XS.tif -out ${TEMP}/apTvUtConvertBasicOutput.tif float VALID --compare-image ${NOTOL} - ${INPUTDATA}/apTvUtConvertBasicOutput.tif + ${OTBAPP_BASELINE}/apTvUtConvertBasicOutput.tif ${TEMP}/apTvUtConvertBasicOutput.tif ) @@ -52,7 +52,7 @@ otb_test_application(NAME apTvUtConvertWithScaling -out ${TEMP}/apTvUtConvertWithScalingOutput.tif -type linear VALID --compare-image ${NOTOL} - ${INPUTDATA}/apTvUtConvertWithScalingOutput.tif + ${OTBAPP_BASELINE}/apTvUtConvertWithScalingOutput.tif ${TEMP}/apTvUtConvertWithScalingOutput.tif ) @@ -74,7 +74,7 @@ otb_test_application(NAME apTvUtConvertSelectChannels -channels.rgb.blue 1 -type linear VALID --compare-image ${NOTOL} - ${INPUTDATA}/apTvUtConvertSelectChannelsRgbOutput.tif + ${OTBAPP_BASELINE}/apTvUtConvertSelectChannelsRgbOutput.tif ${TEMP}/apTvUtConvertSelectChannelsRgbOutput.tif) otb_test_application(NAME apTvUtConvertMonoChannel @@ -84,7 +84,7 @@ otb_test_application(NAME apTvUtConvertMonoChannel -channels grayscale -type linear VALID --compare-image ${NOTOL} - ${INPUTDATA}/apTvUtConvertMonoChannelOutput.tif + ${OTBAPP_BASELINE}/apTvUtConvertMonoChannelOutput.tif ${TEMP}/apTvUtConvertMonoChannelOutput.tif) #----------- DynamicConvert TESTS ------------ @@ -98,7 +98,7 @@ otb_test_application(NAME apTvUtDynamicConvertBasic -channels.rgb.green 3 -channels.rgb.blue 1 VALID --compare-image ${NOTOL} - ${INPUTDATA}/apTvUtConvertSelectChannelsRgbOutput.tif + ${OTBAPP_BASELINE}/apTvUtConvertSelectChannelsRgbOutput.tif ${TEMP}/apTvUtDynamicConvertOutput.tif) otb_test_application(NAME apTvUtDynamicConvertLog2 @@ -107,7 +107,7 @@ otb_test_application(NAME apTvUtDynamicConvertLog2 -out ${TEMP}/apTvUtDynamicConvertLog2Output.tif -type log2 VALID --compare-image ${NOTOL} - ${INPUTDATA}/apTvUtDynamicConvertLog2Output.tif + ${OTBAPP_BASELINE}/apTvUtDynamicConvertLog2Output.tif ${TEMP}/apTvUtDynamicConvertLog2Output.tif) otb_test_application(NAME apTvUtDynamicConvertFloat @@ -121,7 +121,7 @@ otb_test_application(NAME apTvUtDynamicConvertFloat -quantile.low 0 -quantile.high 4 VALID --compare-image ${NOTOL} - ${INPUTDATA}/apTvUtDynamicConvertFloatOutput.tif + ${OTBAPP_BASELINE}/apTvUtDynamicConvertFloatOutput.tif ${TEMP}/apTvUtDynamicConvertFloatOutput.tif) #----------- PixelInfo TESTS ---------------- -- GitLab