Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] Move custom source data to separate folder
  • Loading branch information
m-kuhn committed Mar 16, 2016
1 parent b432bde commit f8175d3
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
Expand Up @@ -95,7 +95,7 @@ tests:
name: lines.gml
type: vector
INPUT_B:
name: lines2.gml
name: custom/lines2.gml
type: vector
results:
OUTPUT:
Expand All @@ -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:
Expand Down Expand Up @@ -143,7 +143,7 @@ tests:
COMPARISON: '0'
COMPARISONVALUE: 'polys.5'
INPUT:
name: polys.shp
name: custom/polys.shp
type: vector
KEEPSELECTION: 'False'
MODE: '0'
Expand All @@ -160,7 +160,7 @@ tests:
COMPARISON: '0'
COMPARISONVALUE: 'polys.5'
INPUT:
name: polys.shp
name: custom/polys.shp
type: vector
KEEPSELECTION: 'False'
MODE: '1'
Expand All @@ -177,7 +177,7 @@ tests:
COMPARISON: '0'
COMPARISONVALUE: 'polys.5'
INPUT:
name: polys.shp
name: custom/polys.shp
type: vector
KEEPSELECTION: 'False'
MODE: '2'
Expand Down

0 comments on commit f8175d3

Please sign in to comment.