[processing] add test for eliminate algorithm

This commit is contained in:
Bernhard Ströbl 2016-03-14 13:37:23 +01:00
parent 81c5f25a7f
commit 082b5757dc

View File

@ -122,6 +122,7 @@ tests:
compare:
geometry:
precision: 7
- algorithm: qgis:addautoincrementalfield
name: Add autoincremental field
params:
@ -133,7 +134,6 @@ tests:
name: expected/autoincrement_field.gml
type: vector
# Eliminate sliver polygons
# case 1: merge with largest area
- algorithm: qgis:eliminatesliverpolygons
@ -143,7 +143,7 @@ tests:
COMPARISON: '0'
COMPARISONVALUE: 'polys.5'
INPUT:
name: custom/polys.shp
name: custom/polys.gml
type: vector
KEEPSELECTION: 'False'
MODE: '0'
@ -160,7 +160,7 @@ tests:
COMPARISON: '0'
COMPARISONVALUE: 'polys.5'
INPUT:
name: custom/polys.shp
name: custom/polys.gml
type: vector
KEEPSELECTION: 'False'
MODE: '1'
@ -177,7 +177,7 @@ tests:
COMPARISON: '0'
COMPARISONVALUE: 'polys.5'
INPUT:
name: custom/polys.shp
name: custom/polys.gml
type: vector
KEEPSELECTION: 'False'
MODE: '2'