mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
ogrinfo reports null geometry features differently
This commit is contained in:
parent
f88cf7de8a
commit
fa90a7bb7c
@ -30,10 +30,6 @@ tests:
|
||||
|
||||
- name: GDAL ogrinfo
|
||||
algorithm: gdalogr:information
|
||||
# GDAL before 2.0 would ignore NULL features
|
||||
expectedFailure:
|
||||
- import osgeo.gdal
|
||||
- int((osgeo.gdal.__version__.split(".")[0]))<2
|
||||
params:
|
||||
INPUT:
|
||||
name: lines.gml
|
||||
@ -46,4 +42,4 @@ tests:
|
||||
rules:
|
||||
- 'Extent: \(-1.000000, -3.000000\) - \(11.000000, 5.000000\)'
|
||||
- 'Geometry: Line String'
|
||||
- 'Feature Count: 7'
|
||||
- 'Feature Count: [6|7]' # On some platforms returns 6 instead of 7...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user