Skip to content

Commit

Permalink
Add test for dissolve consecutive lines
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Feb 22, 2019
1 parent a2018de commit bb78d1c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml
Expand Up @@ -6997,4 +6997,16 @@ tests:
name: expected/surface_vol_gaps.gml
type: vector

- algorithm: native:dissolve
name: Test dissolve with consecutive lines
params:
INPUT:
name: custom/consecutivelines.gml|layername=consecutivelines
type: vector
results:
OUTPUT:
name: expected/dissolved_consecutive_lines.gml
type: vector


# See ../README.md for a description of the file format

0 comments on commit bb78d1c

Please sign in to comment.