From 80d8ccbaf20ded3af891cd4ddafbf361a8456a97 Mon Sep 17 00:00:00 2001
From: Luc Hermitte <luc.hermitte@c-s.fr>
Date: Thu, 21 Jun 2012 15:09:46 +0200
Subject: [PATCH] ENH: OTB-151/GeometriesProjectionFilter -- baseline

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

diff --git a/Examples/Projections/CMakeLists.txt b/Examples/Projections/CMakeLists.txt
index e5ccd6763e..d60a2ed433 100644
--- a/Examples/Projections/CMakeLists.txt
+++ b/Examples/Projections/CMakeLists.txt
@@ -119,7 +119,7 @@ ENDIF(OTB_DATA_USE_LARGEINPUT)
 IF(OTB_DATA_USE_LARGEINPUT)
 ADD_TEST(prTeGeometriesProjectionTest ${EXE_TESTS}
         --compare-ogr ${TOL}
-        ${BASELINE}/vectorDataProjectionExample.shp
+        ${BASELINE}/geometriesProjectionExample.shp
         ${TEMP}/geometriesProjectionExample.shp
     GeometriesProjectionTest
         ${INPUTDATA}/Capitole-Shadows.kml
-- 
GitLab