From 2bce7478c7e6d5d5e5849c5f2084e69a4a5cfc7b Mon Sep 17 00:00:00 2001
From: Otmane Lahlou <otmane.lahlou@c-s.fr>
Date: Mon, 12 Dec 2011 17:19:11 +0100
Subject: [PATCH] ENH: correct the test to use the new parameters

---
 Testing/Applications/Projections/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Testing/Applications/Projections/CMakeLists.txt b/Testing/Applications/Projections/CMakeLists.txt
index 6cc82d8404..9808e6cef7 100644
--- a/Testing/Applications/Projections/CMakeLists.txt
+++ b/Testing/Applications/Projections/CMakeLists.txt
@@ -5,7 +5,8 @@ OTB_TEST_APPLICATION(NAME  apTvPrOrthorectification_UTM
                      APP  OrthoRectification
                      OPTIONS -io.in ${OTB_DATA_LARGEINPUT_ROOT}/QUICKBIRD/TOULOUSE/000000128955_01_P001_PAN/02APR01105228-P1BS-000000128955_01_P001.TIF
                  			 -io.out ${TEMP}/apTvPrOrthorectifTest_UTM.tif
-                 			 -elev.dem ${INPUTDATA}/DEM/srtm_directory/
+                                         -elev  dem
+                 			 -elev.dem.value ${INPUTDATA}/DEM/srtm_directory/
                  		     -outputs.ulx  374100.8
                  			 -outputs.uly  4829184.8
                  			 -outputs.sizex 500
-- 
GitLab