Skip to content

Commit a009cf4

Browse files
ghtmttm-kuhn
authored andcommittedDec 14, 2016
fix error on geometry precision
1 parent 5392788 commit a009cf4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1919,6 +1919,9 @@ tests:
19191919
OUTPUT:
19201920
name: expected/reprojected.gml
19211921
type: vector
1922+
compare:
1923+
geometry:
1924+
precision: 7
19221925

19231926
- algorithm: qgis:variabledistancebuffer
19241927
name: variable buffer on points
@@ -1933,6 +1936,9 @@ tests:
19331936
OUTPUT:
19341937
name: expected/variable_buffer_points.gml
19351938
type: vector
1939+
compare:
1940+
geometry:
1941+
precision: 7
19361942

19371943
- algorithm: qgis:variabledistancebuffer
19381944
name: variable buffer on points with dissolve option
@@ -1947,6 +1953,9 @@ tests:
19471953
OUTPUT:
19481954
name: expected/variable_buffer_points_dissolved.gml
19491955
type: vector
1956+
compare:
1957+
geometry:
1958+
precision: 7
19501959

19511960
- algorithm: qgis:adduniquevalueindexfield
19521961
name: add unique field based on another field

0 commit comments

Comments
 (0)
Please sign in to comment.