Skip to content

Commit

Permalink
Update test for GDAL 3.9 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Jul 14, 2024
1 parent ea749eb commit de1c4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/error.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
GDAL.gdalinfooptionsnew(["-novalidoption"], C_NULL)
catch err
@test err.class === GDAL.CE_Failure
@test err.code === Cint(6)
@test err.msg === "Unknown option name '-novalidoption'"
@test err.code === Cint(1)
@test err.msg === "Unknown argument: -novalidoption"
end

@testset "Cstring handling" begin
Expand Down

0 comments on commit de1c4fb

Please sign in to comment.