Skip to content

Commit

Permalink
[processing] add test for Distance matrix algorithm to prevent
Browse files Browse the repository at this point in the history
TableWriter class breakage in future
  • Loading branch information
alexbruy committed Jan 10, 2017
1 parent c4cc954 commit 1ad965b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2130,3 +2130,18 @@ tests:
name: expected/truncated.shp
type: vector
in_place_result: true

- algorithm: qgis:distancematrix
name: Distance matrix (only tests for TableWriter, does not check result)
params:
INPUT_FIELD: fid
INPUT_LAYER:
name: points.gml
type: vector
MATRIX_TYPE: '0'
NEAREST_POINTS: 0
TARGET_FIELD: fid
TARGET_LAYER:
name: points.gml
type: vector
results: {}

0 comments on commit 1ad965b

Please sign in to comment.