Skip to content

Commit

Permalink
Add merge vector layer test for gpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 31, 2018
1 parent 2a973fc commit 19276e2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
17 changes: 17 additions & 0 deletions python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml
Expand Up @@ -6232,5 +6232,22 @@ tests:
name: expected/interpolate_point_polys.gml
type: vector

- algorithm: native:mergevectorlayersconflictingfid
name: Merge vector layers with conflicting feature ids
params:
LAYERS:
params:
- name: custom/pol.gpkg|layername=pol1
type: vector
- name: custom/pol.gpkg|layername=pol2
type: vector
- name: custom/pol.gpkg|layername=pol3
type: vector
type: multi
results:
OUTPUT:
name: ogr:dbname='expected/merged_pol.gpkg' table="output" (geom) sql=
uri: expected/merged_pol.gpkg|layername=output
type: vector

# See ../README.md for a description of the file format

0 comments on commit 19276e2

Please sign in to comment.