mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing] add test for Distance matrix algorithm to prevent
TableWriter class breakage in future
This commit is contained in:
parent
c4cc954141
commit
1ad965b4fa
@ -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: {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user