From 32f99bb4da59a53a02ed4fae8145b54552ac5826 Mon Sep 17 00:00:00 2001 From: Cyrille Valladeau <cyrille.valladeau@c-s.fr> Date: Fri, 25 Nov 2011 14:30:14 +0100 Subject: [PATCH] ENH: compare compare ascii for compare ogr --- 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 196e8a1beb..6acebc2a08 100644 --- a/Examples/Projections/CMakeLists.txt +++ b/Examples/Projections/CMakeLists.txt @@ -103,7 +103,7 @@ ADD_TEST(prTeMapProjectionExampleTest ${EXE_TESTS} IF(OTB_DATA_USE_LARGEINPUT) ADD_TEST(prTeVectorDataProjectionExampleTest ${EXE_TESTS} - --compare-binary + --compare-ogr ${TOL} ${BASELINE}/vectorDataProjectionExample.shp ${TEMP}/vectorDataProjectionExample.shp VectorDataProjectionExampleTest -- GitLab