Skip to content

Commit bb78d1c

Browse files
committedFeb 22, 2019
Add test for dissolve consecutive lines
1 parent a2018de commit bb78d1c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6997,4 +6997,16 @@ tests:
69976997
name: expected/surface_vol_gaps.gml
69986998
type: vector
69996999

7000+
- algorithm: native:dissolve
7001+
name: Test dissolve with consecutive lines
7002+
params:
7003+
INPUT:
7004+
name: custom/consecutivelines.gml|layername=consecutivelines
7005+
type: vector
7006+
results:
7007+
OUTPUT:
7008+
name: expected/dissolved_consecutive_lines.gml
7009+
type: vector
7010+
7011+
70007012
# See ../README.md for a description of the file format

0 commit comments

Comments
 (0)
Please sign in to comment.