Skip to content

Commit

Permalink
ogrinfo reports null geometry features differently
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 9, 2016
1 parent f88cf7d commit fa90a7b
Showing 1 changed file with 1 addition and 5 deletions.
Expand Up @@ -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
Expand All @@ -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...

0 comments on commit fa90a7b

Please sign in to comment.