ogrinfo reports null geometry features differently

This commit is contained in:
Matthias Kuhn 2016-04-08 12:59:40 +02:00
parent f88cf7de8a
commit fa90a7bb7c

View File

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