Skip to content

Commit

Permalink
Enable a commented out processing test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 26, 2017
1 parent f8cf2f4 commit 79b143b
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml
Expand Up @@ -3120,14 +3120,18 @@ tests:
name: expected/add_field.gml
type: vector

# - algorithm: qgis:randompointsinextent
# name: Random point in extent, don't check result
# params:
# CRS: EPSG:4326
# EXTENT: 3.9821361058601132,4.01984877126654,0.9948015122873343,1.0305293005671075
# MIN_DISTANCE: 0.0
# POINT_NUMBER: 5
# results: {}
- algorithm: qgis:randompointsinextent
name: Random point in extent, don't check result
params:
TARGET_CRS: EPSG:4326
EXTENT: 3.9821361058601132,4.01984877126654,0.9948015122873343,1.0305293005671075
MIN_DISTANCE: 0.0
POINTS_NUMBER: 5
results:
OUTPUT:
compare: false
type: vector
name: randompointsinextent.gml

- algorithm: script:selectbyattribute
name: Select by attribute
Expand Down

0 comments on commit 79b143b

Please sign in to comment.