From b3704626a3bbccd91ef717cc47c2c069e149f87f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <cedric.traizet@c-s.fr>
Date: Mon, 28 Oct 2019 09:38:30 +0100
Subject: [PATCH] TEST: remove ExtractROI test covered by the main test

---
 .../AppImageUtils/test/CMakeLists.txt          | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/Modules/Applications/AppImageUtils/test/CMakeLists.txt b/Modules/Applications/AppImageUtils/test/CMakeLists.txt
index 751b902b41..8176a075ca 100644
--- a/Modules/Applications/AppImageUtils/test/CMakeLists.txt
+++ b/Modules/Applications/AppImageUtils/test/CMakeLists.txt
@@ -120,24 +120,6 @@ otb_test_application(NAME apTvUtExtractROIExtentFitVect
                              ${OTBAPP_BASELINE}/apTvUtExtractROI.tif
                              ${TEMP}/apTvUtExtractROIExtentFitVect.tif)
 
-# ---------- Invalid configuration tests ----------------
-
-otb_test_application(NAME apTvUtExtractROIRightInputFile
-                     APP  ExtractROI
-                     OPTIONS -in ${INPUTDATA}/couleurs_extrait.png
-                             -out ${TEMP}/apTvUtExtractROIRightInputFile.tif
-                     VALID   --compare-image ${NOTOL}
-                             ${INPUTDATA}/couleurs_extrait.png
-                             ${TEMP}/apTvUtExtractROIRightInputFile.tif)
-
-otb_test_application(NAME apTvUtExtractROIComplexInputFile
-                     APP  ExtractROI
-                     OPTIONS -in ${INPUTDATA}/complexInputCfloat.tif
-                             -out ${TEMP}/apTvUtExtractROIComplexInputFile.tif cfloat
-                     VALID   --compare-image ${NOTOL}
-                             ${INPUTDATA}/complexInputCfloat.tif
-                             ${TEMP}/apTvUtExtractROIComplexInputFile.tif)
-
 #----------- Rescale TESTS ----------------
 otb_test_application(NAME  apTvUtRescaleTest
                      APP  Rescale
-- 
GitLab