Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] remove double quotes in test.yaml
  • Loading branch information
Bernhard Ströbl authored and m-kuhn committed Mar 16, 2016
1 parent d7562ee commit b432bde
Showing 1 changed file with 6 additions and 6 deletions.
Expand Up @@ -139,9 +139,9 @@ tests:
- algorithm: qgis:eliminatesliverpolygons
name: Eliminate sliver polygons largest area
params:
ATTRIBUTE: '"fid"'
ATTRIBUTE: 'fid'
COMPARISON: '0'
COMPARISONVALUE: '"polys.5"'
COMPARISONVALUE: 'polys.5'
INPUT:
name: polys.shp
type: vector
Expand All @@ -156,9 +156,9 @@ tests:
- algorithm: qgis:eliminatesliverpolygons
name: Eliminate sliver polygons smallest area
params:
ATTRIBUTE: '"fid"'
ATTRIBUTE: 'fid'
COMPARISON: '0'
COMPARISONVALUE: '"polys.5"'
COMPARISONVALUE: 'polys.5'
INPUT:
name: polys.shp
type: vector
Expand All @@ -173,9 +173,9 @@ tests:
- algorithm: qgis:eliminatesliverpolygons
name: Eliminate sliver polygons largest area
params:
ATTRIBUTE: '"fid"'
ATTRIBUTE: 'fid'
COMPARISON: '0'
COMPARISONVALUE: '"polys.5"'
COMPARISONVALUE: 'polys.5'
INPUT:
name: polys.shp
type: vector
Expand Down

0 comments on commit b432bde

Please sign in to comment.