Skip to content

Commit e1b1465

Browse files
committedMar 16, 2017
move select by attribute script test to QGIS tests
1 parent c4052e6 commit e1b1465

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
 

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2514,3 +2514,14 @@ tests:
25142514
MIN_DISTANCE: 0.0
25152515
POINT_NUMBER: 5
25162516
results: {}
2517+
2518+
- algorithm: script:selectbyattribute
2519+
name: Select by attribute
2520+
params:
2521+
INPUT_LAYER:
2522+
name: points.gml
2523+
type: vector
2524+
results:
2525+
OUTPUT_LAYER:
2526+
name: expected/selected_points.gml
2527+
type: vector

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,3 @@ tests:
1414
compare:
1515
geometry:
1616
precision: 7
17-
18-
- algorithm: script:selectbyattribute
19-
name: Select by attribute
20-
params:
21-
INPUT_LAYER:
22-
name: points.gml
23-
type: vector
24-
results:
25-
OUTPUT_LAYER:
26-
name: expected/selected_points.gml
27-
type: vector

0 commit comments

Comments
 (0)
Please sign in to comment.