From fddb6a59a1313efe9b867a3bbf4f8cc131da61f7 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Tue, 26 Sep 2017 15:19:05 +1000 Subject: [PATCH] Make shortest path test less fussy --- .../processing/tests/testdata/qgis_algorithm_tests.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml b/python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml index ac303493e89..42515210393 100755 --- a/python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml +++ b/python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml @@ -2524,6 +2524,11 @@ tests: type: vector compare: ignore_crs_check: true + geometry: + precision: 5 + fields: + cost: + precision: 2 - algorithm: qgis:shortestpathpointtopoint name: Shortest path (point to point, fastest route) @@ -2547,6 +2552,8 @@ tests: type: vector compare: ignore_crs_check: true + geometry: + precision: 5 - algorithm: qgis:serviceareafrompoint name: Service area (from point, shortest) @@ -2569,6 +2576,8 @@ tests: type: vector compare: ignore_crs_check: true + geometry: + precision: 5 - algorithm: qgis:createattributeindex name: Create attribute index