Boost test coverage for geometry collections

This commit is contained in:
Nyall Dawson 2017-09-25 17:20:19 +10:00
parent 0e908d5d5b
commit 57108f9b61
3 changed files with 1632 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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:

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 B