From ac6186857731365005a097fcc3903899df07a105 Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Fri, 1 Sep 2017 23:49:15 +0200 Subject: [PATCH] TEST: test with uint16 pixel type --- Modules/IO/ImageIO/test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/IO/ImageIO/test/CMakeLists.txt b/Modules/IO/ImageIO/test/CMakeLists.txt index b7ca467925..aac49fcdea 100644 --- a/Modules/IO/ImageIO/test/CMakeLists.txt +++ b/Modules/IO/ImageIO/test/CMakeLists.txt @@ -458,10 +458,10 @@ otb_add_test(NAME ioTvStreamingImageFileWriterCalculateNumberOfDivisions_SetNumb ) otb_add_test(NAME ioTvStreamingImageFileWriterCalculateNumberOfDivisions_SetTileDimensionTiledStreaming COMMAND otbImageIOTestDriver - --compare-image ${EPSILON_9} ${INPUTDATA}/QB_Toulouse_Ortho_PAN_WGS84.tif + --compare-image ${EPSILON_9} ${INPUTDATA}/QB_Toulouse_ortho_labelImage.tif ${TEMP}/ioStreamingImageFileWriterCalculateNumberOfDivisions_SetTileDimensionTiledStreaming.tif otbImageFileWriterTestCalculateNumberOfDivisions - ${INPUTDATA}/QB_Toulouse_Ortho_PAN_WGS84.tif + ${INPUTDATA}/QB_Toulouse_ortho_labelImage.tif ${TEMP}/ioStreamingImageFileWriterCalculateNumberOfDivisions_SetTileDimensionTiledStreaming.tif SetTileDimensionTiledStreaming 256 -- GitLab