Commit 054a517f authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

TEST: fix epsilon issues, de-coupling some tests

No related merge requests found
Showing with 6 additions and 6 deletions
+6 -6
...@@ -214,7 +214,7 @@ otb_test_application(NAME apTvPrVectorDataReprojectionFromMapToImage ...@@ -214,7 +214,7 @@ otb_test_application(NAME apTvPrVectorDataReprojectionFromMapToImage
-out.proj image -out.proj image
-out.proj.image.in ${INPUTDATA}/QB_Toulouse_Ortho_XS.tif -out.proj.image.in ${INPUTDATA}/QB_Toulouse_Ortho_XS.tif
VALID --compare-ogr ${NOTOL} VALID --compare-ogr ${NOTOL}
${BASELINE_FILES}/prTvVectorDataProjectionFilterFromMapToImage.shp ${BASELINE_FILES}/apTvPrVectorDataReprojectionFromMapToImage.shp
${TEMP}/apTvPrVectorDataReprojectionFromMapToImage.shp) ${TEMP}/apTvPrVectorDataReprojectionFromMapToImage.shp)
otb_test_application(NAME apTvPrVectorDataReprojectionFromMapToSensor otb_test_application(NAME apTvPrVectorDataReprojectionFromMapToSensor
...@@ -224,7 +224,7 @@ otb_test_application(NAME apTvPrVectorDataReprojectionFromMapToSensor ...@@ -224,7 +224,7 @@ otb_test_application(NAME apTvPrVectorDataReprojectionFromMapToSensor
-out.proj image -out.proj image
-out.proj.image.in ${INPUTDATA}/QB_PAN_ROI_1000_100.tif -out.proj.image.in ${INPUTDATA}/QB_PAN_ROI_1000_100.tif
VALID --compare-ogr ${NOTOL} VALID --compare-ogr ${NOTOL}
${BASELINE_FILES}/prTvVectorDataProjectionFilterFromMapToSensor.shp ${BASELINE_FILES}/apTvPrVectorDataReprojectionFromMapToSensor.shp
${TEMP}/apTvPrVectorDataReprojectionFromMapToSensor.shp) ${TEMP}/apTvPrVectorDataReprojectionFromMapToSensor.shp)
otb_test_application(NAME apTvPrVectorDataReprojectionFromMapToMap2 otb_test_application(NAME apTvPrVectorDataReprojectionFromMapToMap2
...@@ -316,7 +316,7 @@ otb_test_application(NAME apTvPrImageEnvelopeTest ...@@ -316,7 +316,7 @@ otb_test_application(NAME apTvPrImageEnvelopeTest
APP ImageEnvelope APP ImageEnvelope
OPTIONS -in ${EXAMPLEDATA}/sensor_stereo_left.tif OPTIONS -in ${EXAMPLEDATA}/sensor_stereo_left.tif
-out ${TEMP}/apTvPrImageEnvelopeTest.shp -out ${TEMP}/apTvPrImageEnvelopeTest.shp
VALID --compare-ogr ${NOTOL} VALID --compare-ogr ${EPSILON_9}
${BASELINE_FILES}/apTvPrImageEnvelopeTest.shp ${BASELINE_FILES}/apTvPrImageEnvelopeTest.shp
${TEMP}/apTvPrImageEnvelopeTest.shp) ${TEMP}/apTvPrImageEnvelopeTest.shp)
......
...@@ -35,7 +35,7 @@ set(raster_output_option "uint16") ...@@ -35,7 +35,7 @@ set(raster_output_option "uint16")
set(vector_output_format ".sqlite") set(vector_output_format ".sqlite")
# Validation depending on mode # Validation depending on mode
set(vector_comparison --compare-ogr ${NOTOL}) set(vector_comparison --compare-ogr ${EPSILON_9})
set(raster_comparison --compare-image ${NOTOL}) set(raster_comparison --compare-image ${NOTOL})
# Reference ffiles depending on modes # Reference ffiles depending on modes
......
...@@ -26,7 +26,7 @@ otb_test_application(NAME apTvUtVectorDataTransform_Rotation ...@@ -26,7 +26,7 @@ otb_test_application(NAME apTvUtVectorDataTransform_Rotation
-vd ${INPUTDATA}/ToulouseRoad-examples.shp -vd ${INPUTDATA}/ToulouseRoad-examples.shp
-out ${TEMP}/apTvUtVectorDataTransform_rotation.shp -out ${TEMP}/apTvUtVectorDataTransform_rotation.shp
-transform.ro 15 -transform.ro 15
VALID --compare-ogr ${NOTOL} VALID --compare-ogr ${EPSILON_9}
${OTBAPP_BASELINE_FILES}/utTvVectorDataTransformFilter_Rotation.shp ${OTBAPP_BASELINE_FILES}/utTvVectorDataTransformFilter_Rotation.shp
${TEMP}/apTvUtVectorDataTransform_rotation.shp) ${TEMP}/apTvUtVectorDataTransform_rotation.shp)
...@@ -38,7 +38,7 @@ otb_test_application(NAME apTvUtVectorDataTransform_Translation_Rotation ...@@ -38,7 +38,7 @@ otb_test_application(NAME apTvUtVectorDataTransform_Translation_Rotation
-transform.ro 15 -transform.ro 15
-transform.tx 5 -transform.tx 5
-transform.ty 6 -transform.ty 6
VALID --compare-ogr ${NOTOL} VALID --compare-ogr ${EPSILON_9}
${OTBAPP_BASELINE_FILES}/utTvVectorDataTransformFilter_Translation_rotation.shp ${OTBAPP_BASELINE_FILES}/utTvVectorDataTransformFilter_Translation_rotation.shp
${TEMP}/apTvUtVectorDataTransform_Translation_rotation.shp) ${TEMP}/apTvUtVectorDataTransform_Translation_rotation.shp)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment