mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
[processing] Move custom source data to separate folder
This commit is contained in:
parent
b432bde1bf
commit
f8175d33ef
@ -95,7 +95,7 @@ tests:
|
||||
name: lines.gml
|
||||
type: vector
|
||||
INPUT_B:
|
||||
name: lines2.gml
|
||||
name: custom/lines2.gml
|
||||
type: vector
|
||||
results:
|
||||
OUTPUT:
|
||||
@ -110,10 +110,10 @@ tests:
|
||||
name: Split lines with same lines
|
||||
params:
|
||||
INPUT_A:
|
||||
name: lines2.gml
|
||||
name: custom/lines2.gml
|
||||
type: vector
|
||||
INPUT_B:
|
||||
name: lines2.gml
|
||||
name: custom/lines2.gml
|
||||
type: vector
|
||||
results:
|
||||
OUTPUT:
|
||||
@ -143,7 +143,7 @@ tests:
|
||||
COMPARISON: '0'
|
||||
COMPARISONVALUE: 'polys.5'
|
||||
INPUT:
|
||||
name: polys.shp
|
||||
name: custom/polys.shp
|
||||
type: vector
|
||||
KEEPSELECTION: 'False'
|
||||
MODE: '0'
|
||||
@ -160,7 +160,7 @@ tests:
|
||||
COMPARISON: '0'
|
||||
COMPARISONVALUE: 'polys.5'
|
||||
INPUT:
|
||||
name: polys.shp
|
||||
name: custom/polys.shp
|
||||
type: vector
|
||||
KEEPSELECTION: 'False'
|
||||
MODE: '1'
|
||||
@ -177,7 +177,7 @@ tests:
|
||||
COMPARISON: '0'
|
||||
COMPARISONVALUE: 'polys.5'
|
||||
INPUT:
|
||||
name: polys.shp
|
||||
name: custom/polys.shp
|
||||
type: vector
|
||||
KEEPSELECTION: 'False'
|
||||
MODE: '2'
|
||||
|
Loading…
x
Reference in New Issue
Block a user