mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Boost test coverage for geometry collections
This commit is contained in:
parent
0e908d5d5b
commit
57108f9b61
File diff suppressed because it is too large
Load Diff
@ -4317,7 +4317,11 @@ class TestQgsGeometry(unittest.TestCase):
|
||||
'wkt': 'CompoundCurve(CircularString (20 30, 50 30, 50 90),LineString(50 90, 10 90))',
|
||||
'reference_image': 'compoundcurve',
|
||||
'use_pen': True,
|
||||
'as_polygon_reference_image': 'compoundcurve_aspolygon', }
|
||||
'as_polygon_reference_image': 'compoundcurve_aspolygon'},
|
||||
{'name': 'GeometryCollection',
|
||||
'wkt': 'GeometryCollection(LineString (20 30, 50 30, 50 70),LineString(10 90, 90 90))',
|
||||
'reference_image': 'geometrycollection',
|
||||
'use_pen': True}
|
||||
]
|
||||
|
||||
for test in tests:
|
||||
|
BIN
tests/testdata/control_images/geometry/expected_geometrycollection/expected_geometrycollection.png
vendored
Normal file
BIN
tests/testdata/control_images/geometry/expected_geometrycollection/expected_geometrycollection.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 364 B |
Loading…
x
Reference in New Issue
Block a user