From 40595c7fbf41f8602208ff3e4996c0fcda6b60d9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <cedric.traizet@c-s.fr>
Date: Tue, 18 Dec 2018 10:06:49 +0100
Subject: [PATCH] ENH: modify extended filename tests to use DynamicConvert
 instead of Convert

---
 Modules/Applications/AppImageUtils/test/CMakeLists.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Modules/Applications/AppImageUtils/test/CMakeLists.txt b/Modules/Applications/AppImageUtils/test/CMakeLists.txt
index 4e099298e9..1cd7112260 100644
--- a/Modules/Applications/AppImageUtils/test/CMakeLists.txt
+++ b/Modules/Applications/AppImageUtils/test/CMakeLists.txt
@@ -40,8 +40,8 @@ otb_test_application(NAME apTvUtConvertBasic
                 	     ${TEMP}/apTvUtConvertBasicOutput.tif
 )
 
-otb_test_application(NAME apTuUtConvertExtendedFilename_writer
-                     APP  Convert
+otb_test_application(NAME apTuUtDynamicConvertExtendedFilename_writer
+                     APP  DynamicConvert
                      OPTIONS -in ${INPUTDATA}/ToulouseExtract_WithGeom.tif
                              -out ${TEMP}/apTvUtGeomExtendedFilename.tif?&gdal:co:TILED=YES&writegeom=false
                      )
@@ -56,8 +56,8 @@ otb_test_application(NAME apTvUtConvertWithScaling
                              ${TEMP}/apTvUtConvertWithScalingOutput.tif
 )
 
-otb_test_application(NAME apTvUtConvertExtendedFilename_readerGEOM
-                     APP  Convert
+otb_test_application(NAME apTvUtDynamicConvertExtendedFilename_readerGEOM
+                     APP  DynamicConvert
                      OPTIONS -in ${INPUTDATA}/ToulouseExtract_WithGeom.tif?&geom=${INPUTDATA}/ToulouseExtract_ModifiedGeom.geom
                              -out ${TEMP}/apTvUtGeomExtendedFilename.tif
                      VALID   --compare-ascii ${EPSILON_7}
-- 
GitLab