Skip to content

Commit

Permalink
Expect Failures for GDAL < 2 in processing test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 4, 2016
1 parent d24a2df commit 0395b38
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@ tests:
# OUTPUT:
# hash: f1fedeb6782f9389cf43590d4c85ada9155ab61fef6dc285aaeb54d6
# type: rasterhash
- algorithm: gdalogr:information
name: GDAL ogrinfo


- 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 Down

0 comments on commit 0395b38

Please sign in to comment.