Skip to content

Commit b432bde

Browse files
Bernhard Ströblm-kuhn
authored andcommittedMar 16, 2016
[processing] remove double quotes in test.yaml
1 parent d7562ee commit b432bde

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ tests:
139139
- algorithm: qgis:eliminatesliverpolygons
140140
name: Eliminate sliver polygons largest area
141141
params:
142-
ATTRIBUTE: '"fid"'
142+
ATTRIBUTE: 'fid'
143143
COMPARISON: '0'
144-
COMPARISONVALUE: '"polys.5"'
144+
COMPARISONVALUE: 'polys.5'
145145
INPUT:
146146
name: polys.shp
147147
type: vector
@@ -156,9 +156,9 @@ tests:
156156
- algorithm: qgis:eliminatesliverpolygons
157157
name: Eliminate sliver polygons smallest area
158158
params:
159-
ATTRIBUTE: '"fid"'
159+
ATTRIBUTE: 'fid'
160160
COMPARISON: '0'
161-
COMPARISONVALUE: '"polys.5"'
161+
COMPARISONVALUE: 'polys.5'
162162
INPUT:
163163
name: polys.shp
164164
type: vector
@@ -173,9 +173,9 @@ tests:
173173
- algorithm: qgis:eliminatesliverpolygons
174174
name: Eliminate sliver polygons largest area
175175
params:
176-
ATTRIBUTE: '"fid"'
176+
ATTRIBUTE: 'fid'
177177
COMPARISON: '0'
178-
COMPARISONVALUE: '"polys.5"'
178+
COMPARISONVALUE: 'polys.5'
179179
INPUT:
180180
name: polys.shp
181181
type: vector

0 commit comments

Comments
 (0)
Please sign in to comment.