From 1b6add282180df2a8f2ffd4e96210e31750a313a Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Thu, 29 Dec 2011 10:08:47 +0100
Subject: [PATCH] ENH: fixed key northhem in apTvPrConvertCartoToGeoPoint

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

diff --git a/Testing/Applications/Projections/CMakeLists.txt b/Testing/Applications/Projections/CMakeLists.txt
index cfd6391c96..3c35a05e45 100644
--- a/Testing/Applications/Projections/CMakeLists.txt
+++ b/Testing/Applications/Projections/CMakeLists.txt
@@ -37,7 +37,7 @@ OTB_TEST_APPLICATION(NAME  apTvPrConvertCartoToGeoPoint
                      OPTIONS -carto.x 374100.828
                              -carto.y 4829184.806
                  	     -mapproj utm
-                 	     -mapproj.utm.hem true
+                 	     -mapproj.utm.northhem true
                  	     -mapproj.utm.zone 31
                      TESTENVOPTIONS ${TEMP}/apTvPrConvertCartoToGeoPoint.txt
                      VALID   --compare-ascii ${EPSILON_7}
-- 
GitLab