Skip to content

Commit 79b143b

Browse files
committed
Enable a commented out processing test
1 parent f8cf2f4 commit 79b143b

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

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

+12-8
Original file line numberDiff line numberDiff line change
@@ -3120,14 +3120,18 @@ tests:
31203120
name: expected/add_field.gml
31213121
type: vector
31223122

3123-
# - algorithm: qgis:randompointsinextent
3124-
# name: Random point in extent, don't check result
3125-
# params:
3126-
# CRS: EPSG:4326
3127-
# EXTENT: 3.9821361058601132,4.01984877126654,0.9948015122873343,1.0305293005671075
3128-
# MIN_DISTANCE: 0.0
3129-
# POINT_NUMBER: 5
3130-
# results: {}
3123+
- algorithm: qgis:randompointsinextent
3124+
name: Random point in extent, don't check result
3125+
params:
3126+
TARGET_CRS: EPSG:4326
3127+
EXTENT: 3.9821361058601132,4.01984877126654,0.9948015122873343,1.0305293005671075
3128+
MIN_DISTANCE: 0.0
3129+
POINTS_NUMBER: 5
3130+
results:
3131+
OUTPUT:
3132+
compare: false
3133+
type: vector
3134+
name: randompointsinextent.gml
31313135

31323136
- algorithm: script:selectbyattribute
31333137
name: Select by attribute

0 commit comments

Comments
 (0)