Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ced3397

Browse files
committedNov 14, 2018
give tolerance in the test
1 parent 5e7e49f commit ced3397

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,8 @@ tests:
687687
fields:
688688
fid: skip
689689
path: skip
690+
geometry:
691+
precision: 7
690692

691693
- algorithm: native:mergevectorlayers
692694
name: Merge polygons
@@ -706,6 +708,8 @@ tests:
706708
fields:
707709
fid: skip
708710
path: skip
711+
geometry:
712+
precision: 7
709713

710714
- algorithm: native:mergevectorlayers
711715
name: Merge polygons with CRS

0 commit comments

Comments
 (0)
Please sign in to comment.