[processing] add test for Distance matrix algorithm to prevent

TableWriter class breakage in future
This commit is contained in:
Alexander Bruy 2017-01-10 20:24:05 +02:00
parent c4cc954141
commit 1ad965b4fa

View File

@ -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: {}