From f3f25d6e1e7036995eef28f39f8f02787b5eae2c Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Mon, 21 Aug 2017 14:21:07 +0200
Subject: [PATCH] TEST: update test parameters

---
 Modules/Applications/AppSegmentation/test/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Modules/Applications/AppSegmentation/test/CMakeLists.txt b/Modules/Applications/AppSegmentation/test/CMakeLists.txt
index bf534d24e3..e04c3bbc1e 100644
--- a/Modules/Applications/AppSegmentation/test/CMakeLists.txt
+++ b/Modules/Applications/AppSegmentation/test/CMakeLists.txt
@@ -302,7 +302,8 @@ otb_test_application(NAME     apTvSeLargeScaleMeanShiftTest
                               -minsize 16
                               -tilesizex 100
                               -tilesizey 100
-                              -out ${TEMP}/apTvSeLargeScaleMeanShiftTestOut.shp
+                              -mode vector
+                              -mode.vector.out ${TEMP}/apTvSeLargeScaleMeanShiftTestOut.shp
                      VALID    --compare-ogr ${NOTOL}
                               ${BASELINE_FILES}/apTvSeLargeScaleMeanShiftTestOut.shp
                               ${TEMP}/apTvSeLargeScaleMeanShiftTestOut.shp
-- 
GitLab