Skip to content

Commit 21a756f

Browse files
committed
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.
1 parent 8a96573 commit 21a756f

File tree

7 files changed

+0
-198
lines changed

7 files changed

+0
-198
lines changed

python/plugins/processing/tests/testdata/custom/for_union.gml

Lines changed: 0 additions & 24 deletions
This file was deleted.

python/plugins/processing/tests/testdata/custom/for_union.xsd

Lines changed: 0 additions & 23 deletions
This file was deleted.

python/plugins/processing/tests/testdata/expected/difference.gml

Lines changed: 0 additions & 24 deletions
This file was deleted.

python/plugins/processing/tests/testdata/expected/difference.xsd

Lines changed: 0 additions & 23 deletions
This file was deleted.

python/plugins/processing/tests/testdata/expected/union.gml

Lines changed: 0 additions & 46 deletions
This file was deleted.

python/plugins/processing/tests/testdata/expected/union.xsd

Lines changed: 0 additions & 30 deletions
This file was deleted.

python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4989,34 +4989,6 @@ tests:
49894989
__all__:
49904990
precision: 7
49914991

4992-
- algorithm: qgis:union
4993-
name: Union simple
4994-
params:
4995-
INPUT:
4996-
name: custom/polygon_mask.gml
4997-
type: vector
4998-
OVERLAY:
4999-
name: custom/for_union.gml
5000-
type: vector
5001-
results:
5002-
OUTPUT:
5003-
name: expected/union.gml
5004-
type: vector
5005-
5006-
- algorithm: qgis:difference
5007-
name: Difference test
5008-
params:
5009-
INPUT:
5010-
name: custom/for_union.gml
5011-
type: vector
5012-
OVERLAY:
5013-
name: custom/polygon_mask.gml
5014-
type: vector
5015-
results:
5016-
OUTPUT:
5017-
name: expected/difference.gml
5018-
type: vector
5019-
50204992
- algorithm: native:projectpointcartesian
50214993
name: Project points cartesian
50224994
params:

0 commit comments

Comments
 (0)