diff --git a/Modules/Applications/AppProjection/test/CMakeLists.txt b/Modules/Applications/AppProjection/test/CMakeLists.txt
index f0303e23ba27f6e0e2c52da2c4ef0d3efc95b647..40cb48e50a4ba4919909abe1b49b9d72b3ba7889 100644
--- a/Modules/Applications/AppProjection/test/CMakeLists.txt
+++ b/Modules/Applications/AppProjection/test/CMakeLists.txt
@@ -214,7 +214,7 @@ otb_test_application(NAME  apTvPrVectorDataReprojectionFromMapToImage
                              -out.proj image
                              -out.proj.image.in  ${INPUTDATA}/QB_Toulouse_Ortho_XS.tif
                      VALID   --compare-ogr ${NOTOL}
-                              ${BASELINE_FILES}/prTvVectorDataProjectionFilterFromMapToImage.shp
+                              ${BASELINE_FILES}/apTvPrVectorDataReprojectionFromMapToImage.shp
                  			  ${TEMP}/apTvPrVectorDataReprojectionFromMapToImage.shp)
 
 otb_test_application(NAME  apTvPrVectorDataReprojectionFromMapToSensor
@@ -224,7 +224,7 @@ otb_test_application(NAME  apTvPrVectorDataReprojectionFromMapToSensor
                              -out.proj image
                              -out.proj.image.in ${INPUTDATA}/QB_PAN_ROI_1000_100.tif
                      VALID   --compare-ogr ${NOTOL}
-                              ${BASELINE_FILES}/prTvVectorDataProjectionFilterFromMapToSensor.shp
+                              ${BASELINE_FILES}/apTvPrVectorDataReprojectionFromMapToSensor.shp
                  			  ${TEMP}/apTvPrVectorDataReprojectionFromMapToSensor.shp)
 
 otb_test_application(NAME  apTvPrVectorDataReprojectionFromMapToMap2
@@ -316,7 +316,7 @@ otb_test_application(NAME apTvPrImageEnvelopeTest
                      APP ImageEnvelope
                      OPTIONS -in ${EXAMPLEDATA}/sensor_stereo_left.tif
                              -out ${TEMP}/apTvPrImageEnvelopeTest.shp
-                     VALID   --compare-ogr ${NOTOL}
+                     VALID   --compare-ogr ${EPSILON_9}
                         ${BASELINE_FILES}/apTvPrImageEnvelopeTest.shp
                         ${TEMP}/apTvPrImageEnvelopeTest.shp)
 
diff --git a/Modules/Applications/AppSegmentation/test/CMakeLists.txt b/Modules/Applications/AppSegmentation/test/CMakeLists.txt
index c607f147d060d53316ed2550786f54506b824270..6aadd849ed694c7f10d53ac85b8c390331effc8d 100644
--- a/Modules/Applications/AppSegmentation/test/CMakeLists.txt
+++ b/Modules/Applications/AppSegmentation/test/CMakeLists.txt
@@ -35,7 +35,7 @@ set(raster_output_option "uint16")
 set(vector_output_format ".sqlite")
 
 # Validation depending on mode
-set(vector_comparison --compare-ogr ${NOTOL})
+set(vector_comparison --compare-ogr ${EPSILON_9})
 set(raster_comparison --compare-image ${NOTOL})
 
 # Reference ffiles depending on modes
diff --git a/Modules/Applications/AppVectorUtils/test/CMakeLists.txt b/Modules/Applications/AppVectorUtils/test/CMakeLists.txt
index 0023d87dc230190794c1d26c9ade816740d1651a..705a4a2eaa8b54e277954963b657d1ff9fd452a9 100644
--- a/Modules/Applications/AppVectorUtils/test/CMakeLists.txt
+++ b/Modules/Applications/AppVectorUtils/test/CMakeLists.txt
@@ -26,7 +26,7 @@ otb_test_application(NAME apTvUtVectorDataTransform_Rotation
                              -vd ${INPUTDATA}/ToulouseRoad-examples.shp
                              -out ${TEMP}/apTvUtVectorDataTransform_rotation.shp
                              -transform.ro 15
-                     VALID   --compare-ogr ${NOTOL}
+                     VALID   --compare-ogr ${EPSILON_9}
                              ${OTBAPP_BASELINE_FILES}/utTvVectorDataTransformFilter_Rotation.shp
                              ${TEMP}/apTvUtVectorDataTransform_rotation.shp)
 
@@ -38,7 +38,7 @@ otb_test_application(NAME apTvUtVectorDataTransform_Translation_Rotation
                              -transform.ro 15
                              -transform.tx  5
                              -transform.ty  6
-                     VALID   --compare-ogr ${NOTOL}
+                     VALID   --compare-ogr ${EPSILON_9}
                              ${OTBAPP_BASELINE_FILES}/utTvVectorDataTransformFilter_Translation_rotation.shp
                              ${TEMP}/apTvUtVectorDataTransform_Translation_rotation.shp)