Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove older (incorrect!) test cases for union
The newer test data (overlay1_a and overlay1_b) cover more scenarios
and can be more easily investigated if something goes wrong.
  • Loading branch information
wonder-sk committed Apr 25, 2018
1 parent 8a96573 commit 21a756f
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 198 deletions.
24 changes: 0 additions & 24 deletions python/plugins/processing/tests/testdata/custom/for_union.gml

This file was deleted.

23 changes: 0 additions & 23 deletions python/plugins/processing/tests/testdata/custom/for_union.xsd

This file was deleted.

24 changes: 0 additions & 24 deletions python/plugins/processing/tests/testdata/expected/difference.gml

This file was deleted.

23 changes: 0 additions & 23 deletions python/plugins/processing/tests/testdata/expected/difference.xsd

This file was deleted.

46 changes: 0 additions & 46 deletions python/plugins/processing/tests/testdata/expected/union.gml

This file was deleted.

30 changes: 0 additions & 30 deletions python/plugins/processing/tests/testdata/expected/union.xsd

This file was deleted.

28 changes: 0 additions & 28 deletions python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml
Expand Up @@ -4989,34 +4989,6 @@ tests:
__all__:
precision: 7

- algorithm: qgis:union
name: Union simple
params:
INPUT:
name: custom/polygon_mask.gml
type: vector
OVERLAY:
name: custom/for_union.gml
type: vector
results:
OUTPUT:
name: expected/union.gml
type: vector

- algorithm: qgis:difference
name: Difference test
params:
INPUT:
name: custom/for_union.gml
type: vector
OVERLAY:
name: custom/polygon_mask.gml
type: vector
results:
OUTPUT:
name: expected/difference.gml
type: vector

- algorithm: native:projectpointcartesian
name: Project points cartesian
params:
Expand Down

0 comments on commit 21a756f

Please sign in to comment.