Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] test: limit coordinate comparison precision
  • Loading branch information
Bernhard Ströbl authored and m-kuhn committed Mar 14, 2016
1 parent 648e6ac commit 97b0375
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -101,6 +101,9 @@ tests:
OUTPUT:
name: expected/lines_split_with_lines.gml
type: vector
compare:
geometry:
precision: 7

# case 2 split line layer with iself
- algorithm: qgis:splitlineswithlines
Expand All @@ -116,3 +119,6 @@ tests:
OUTPUT:
name: expected/lines_split_with_same_lines.gml
type: vector
compare:
geometry:
precision: 7

0 comments on commit 97b0375

Please sign in to comment.