Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
try to make travis happy
  • Loading branch information
nirvn committed Nov 13, 2017
1 parent 66b27dc commit b7d0582
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml
Expand Up @@ -1164,6 +1164,12 @@ tests:
OUTPUT:
name: expected/extract_nodes_multipolys.gml
type: vector
compare:
fields:
distance:
precision: 7
angle:
precision: 7

- algorithm: qgis:extractnodes
name: Extract nodes from polygons
Expand All @@ -1175,6 +1181,12 @@ tests:
OUTPUT:
name: expected/extract_nodes_polys.gml
type: vector
compare:
fields:
distance:
precision: 7
angle:
precision: 7

- algorithm: qgis:extractnodes
name: Extract nodes from multilines
Expand All @@ -1186,6 +1198,12 @@ tests:
OUTPUT:
name: expected/extract_nodes_multilines.gml
type: vector
compare:
fields:
distance:
precision: 7
angle:
precision: 7

- algorithm: qgis:extractnodes
name: Extract nodes from lines
Expand All @@ -1197,6 +1215,12 @@ tests:
OUTPUT:
name: expected/extract_nodes_lines.gml
type: vector
compare:
fields:
distance:
precision: 7
angle:
precision: 7

- algorithm: native:simplifygeometries
name: Simplify (lines)
Expand Down

0 comments on commit b7d0582

Please sign in to comment.