File tree 1 file changed +9
-9
lines changed
python/plugins/processing/tests/testdata
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -187,9 +187,8 @@ tests:
187
187
type : vector
188
188
189
189
190
- - name : dissolve
190
+ - name : Dissolve with geometries reported as valid but as invalid with isGeosValid
191
191
algorithm : qgis:dissolve
192
- # input is valid as validateGeometry(), but invalid in isGeosValid()
193
192
params :
194
193
DISSOLVE_ALL : ' True'
195
194
FIELD : None
@@ -202,11 +201,10 @@ tests:
202
201
name : expected/innerRingTouchesOuterRing_output.gml
203
202
compare :
204
203
geometry :
205
- precision : 7
204
+ precision : 5
206
205
207
- - name : dissolve
206
+ - name : Dissolve with NULL geometries
208
207
algorithm : qgis:dissolve
209
- # input contains NULL geometries
210
208
params :
211
209
DISSOLVE_ALL : ' True'
212
210
FIELD : None
@@ -221,9 +219,8 @@ tests:
221
219
geometry :
222
220
precision : 7
223
221
224
- - name : dissolve
222
+ - name : Dissolve with invalid geometries
225
223
algorithm : qgis:dissolve
226
- # input contains invalid geometries
227
224
params :
228
225
DISSOLVE_ALL : ' True'
229
226
FIELD : None
@@ -253,7 +250,7 @@ tests:
253
250
type : vector
254
251
compare :
255
252
geometry :
256
- precision : 13
253
+ precision : 7
257
254
258
255
- algorithm : qgis:fixeddistancebuffer
259
256
name : Polygon buffer with dissolve
@@ -267,4 +264,7 @@ tests:
267
264
results :
268
265
OUTPUT :
269
266
name : expected/buffer_polys_dissolve.gml
270
- type : vector
267
+ type : vector
268
+ compare :
269
+ geometry :
270
+ precision : 7
You can’t perform that action at this time.
0 commit comments