Skip to content

Commit 082b575

Browse files
author
Bernhard Ströbl
committed
[processing] add test for eliminate algorithm
1 parent 81c5f25 commit 082b575

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ tests:
122122
compare:
123123
geometry:
124124
precision: 7
125+
125126
- algorithm: qgis:addautoincrementalfield
126127
name: Add autoincremental field
127128
params:
@@ -133,7 +134,6 @@ tests:
133134
name: expected/autoincrement_field.gml
134135
type: vector
135136

136-
137137
# Eliminate sliver polygons
138138
# case 1: merge with largest area
139139
- algorithm: qgis:eliminatesliverpolygons
@@ -143,7 +143,7 @@ tests:
143143
COMPARISON: '0'
144144
COMPARISONVALUE: 'polys.5'
145145
INPUT:
146-
name: custom/polys.shp
146+
name: custom/polys.gml
147147
type: vector
148148
KEEPSELECTION: 'False'
149149
MODE: '0'
@@ -160,7 +160,7 @@ tests:
160160
COMPARISON: '0'
161161
COMPARISONVALUE: 'polys.5'
162162
INPUT:
163-
name: custom/polys.shp
163+
name: custom/polys.gml
164164
type: vector
165165
KEEPSELECTION: 'False'
166166
MODE: '1'
@@ -177,7 +177,7 @@ tests:
177177
COMPARISON: '0'
178178
COMPARISONVALUE: 'polys.5'
179179
INPUT:
180-
name: custom/polys.shp
180+
name: custom/polys.gml
181181
type: vector
182182
KEEPSELECTION: 'False'
183183
MODE: '2'

0 commit comments

Comments
 (0)