Skip to content

Commit

Permalink
Revert "Disable h5a_iterate and h5l_iterate assertion tests (JuliaIO#…
Browse files Browse the repository at this point in the history
…1155)"

This reverts commit fb52906.
  • Loading branch information
mkitti committed Jun 3, 2024
1 parent fb52906 commit 7ff46f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/api.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ using HDF5, Test
@test names == ["a"]

# Julia error
#=
@test_throws AssertionError HDF5.API.h5a_iterate(
f, HDF5.API.H5_INDEX_NAME, HDF5.API.H5_ITER_INC
) do loc, name, info
Expand All @@ -51,7 +50,6 @@ using HDF5, Test
) do loc, name, info
return -1
end
=#
end

@testset "h5l_iterate" begin
Expand Down Expand Up @@ -91,7 +89,6 @@ end
end == 1
@test names == ["a"]

#=
# HDF5 error
@test_throws HDF5.API.H5Error HDF5.API.h5l_iterate(
f, HDF5.API.H5_INDEX_NAME, HDF5.API.H5_ITER_INC
Expand All @@ -105,7 +102,6 @@ end
) do loc, name, info
@assert false
end
=#
end

@testset "h5dchunk_iter" begin
Expand Down

0 comments on commit 7ff46f5

Please sign in to comment.