Skip to content

Commit

Permalink
move select by attribute script test to QGIS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Mar 16, 2017
1 parent c4052e6 commit e1b1465
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 11 additions & 0 deletions python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml
Expand Up @@ -2514,3 +2514,14 @@ tests:
MIN_DISTANCE: 0.0
POINT_NUMBER: 5
results: {}

- algorithm: script:selectbyattribute
name: Select by attribute
params:
INPUT_LAYER:
name: points.gml
type: vector
results:
OUTPUT_LAYER:
name: expected/selected_points.gml
type: vector
Expand Up @@ -14,14 +14,3 @@ tests:
compare:
geometry:
precision: 7

- algorithm: script:selectbyattribute
name: Select by attribute
params:
INPUT_LAYER:
name: points.gml
type: vector
results:
OUTPUT_LAYER:
name: expected/selected_points.gml
type: vector

0 comments on commit e1b1465

Please sign in to comment.