Skip to content
Snippets Groups Projects
Commit 221e2de3 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

TEST: change location of baseline

parent aa97f7cd
Branches
Tags
No related merge requests found
......@@ -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 ----------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment