We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24a2df commit 0395b38Copy full SHA for 0395b38
python/plugins/processing/tests/testdata/gdal_algorithm_tests.yaml
@@ -26,8 +26,14 @@ tests:
26
# OUTPUT:
27
# hash: f1fedeb6782f9389cf43590d4c85ada9155ab61fef6dc285aaeb54d6
28
# type: rasterhash
29
- - algorithm: gdalogr:information
30
- name: GDAL ogrinfo
+
31
+ - name: GDAL ogrinfo
32
+ 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
37
params:
38
INPUT:
39
name: lines.gml
0 commit comments