Skip to content

Commit fa90a7b

Browse files
committed
ogrinfo reports null geometry features differently
1 parent f88cf7d commit fa90a7b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

python/plugins/processing/tests/testdata/gdal_algorithm_tests.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ tests:
3030

3131
- name: GDAL ogrinfo
3232
algorithm: gdalogr:information
33-
# GDAL before 2.0 would ignore NULL features
34-
expectedFailure:
35-
- import osgeo.gdal
36-
- int((osgeo.gdal.__version__.split(".")[0]))<2
3733
params:
3834
INPUT:
3935
name: lines.gml
@@ -46,4 +42,4 @@ tests:
4642
rules:
4743
- 'Extent: \(-1.000000, -3.000000\) - \(11.000000, 5.000000\)'
4844
- 'Geometry: Line String'
49-
- 'Feature Count: 7'
45+
- 'Feature Count: [6|7]' # On some platforms returns 6 instead of 7...

0 commit comments

Comments
 (0)