Skip to content

Commit

Permalink
[processing] remove tests for old scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Feb 5, 2018
1 parent f5f0399 commit 5ad3af5
Showing 1 changed file with 1 addition and 23 deletions.
Expand Up @@ -3546,28 +3546,6 @@ tests:
type: vector
name: randompointsinextent.gml

- 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

- algorithm: script:selectbyexpression
name: Select by expression
params:
INPUT_LAYER:
name: points.gml
type: vector
results:
OUTPUT_LAYER:
name: expected/select_by_expression.gml
type: vector

- algorithm: qgis:randomextract
name: Random extract by number
params:
Expand Down Expand Up @@ -4685,7 +4663,7 @@ tests:
OUTPUT:
name: expected/difference.gml
type: vector

- algorithm: native:removeduplicatevertices
name: Remove duplicate vertices from lines
params:
Expand Down

0 comments on commit 5ad3af5

Please sign in to comment.