Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] add test for eliminate algorithm
  • Loading branch information
Bernhard Ströbl committed Mar 16, 2016
1 parent 81c5f25 commit 082b575
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -122,6 +122,7 @@ tests:
compare:
geometry:
precision: 7

- algorithm: qgis:addautoincrementalfield
name: Add autoincremental field
params:
Expand All @@ -133,7 +134,6 @@ tests:
name: expected/autoincrement_field.gml
type: vector


# Eliminate sliver polygons
# case 1: merge with largest area
- algorithm: qgis:eliminatesliverpolygons
Expand All @@ -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'
Expand All @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 082b575

Please sign in to comment.