Skip to content

Commit

Permalink
More test tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 31, 2017
1 parent 284c4d3 commit 2bdc323
Showing 1 changed file with 29 additions and 1 deletion.
Expand Up @@ -2631,10 +2631,12 @@ tests:
compare:
ignore_crs_check: true
geometry:
precision: 5
precision: 2
fields:
cost:
precision: 2
start: skip
end: skip

- algorithm: qgis:shortestpathpointtopoint
name: Shortest path (point to point, fastest route)
Expand All @@ -2660,6 +2662,11 @@ tests:
ignore_crs_check: true
geometry:
precision: 2
fields:
cost:
precision: 2
start: skip
end: skip

- algorithm: qgis:shortestpathlayertopoint
name: Shortest path layer to point
Expand All @@ -2685,6 +2692,11 @@ tests:
compare:
geometry:
precision: 2
fields:
cost:
precision: 2
start: skip
end: skip

- algorithm: qgis:shortestpathpointtolayer
name: Shortest path point to layer
Expand All @@ -2710,6 +2722,11 @@ tests:
compare:
geometry:
precision: 2
fields:
cost:
precision: 2
start: skip
end: skip

- algorithm: qgis:serviceareafrompoint
name: Service area (from point, shortest)
Expand All @@ -2734,6 +2751,11 @@ tests:
ignore_crs_check: true
geometry:
precision: 2
fields:
cost:
precision: 2
start: skip
end: skip

- algorithm: qgis:serviceareafromlayer
name: Service area from layer
Expand All @@ -2760,10 +2782,16 @@ tests:
ignore_crs_check: true
geometry:
precision: 2
fields:
cost:
precision: 2
start: skip
end: skip
pk:
- d
- type


- algorithm: qgis:createattributeindex
name: Create attribute index
params:
Expand Down

0 comments on commit 2bdc323

Please sign in to comment.