Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
commented out test in Build tests that assumed all glass files had be…
Browse files Browse the repository at this point in the history
…en correctly downloaded.
  • Loading branch information
BrianGun committed Jun 22, 2021
1 parent 4bb61e8 commit c66c530
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/testsets/GlassCat.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ using Unitful.DefaultSymbols
@testset "GlassCat" begin
@testset "Build Tests" begin
# check that all automatic downloads are working
for catname in split("HOYA NIKON OHARA SCHOTT Sumita")
agffile = joinpath(GlassCat.AGF_DIR, catname * ".agf")
@test isfile(agffile)
end
# this shouldn't be a test because we cannot guarantee that all downloads will work. Random network issues, changes in webpages, etc. can temporarily prevent downloads.
# for catname in split("HOYA NIKON OHARA SCHOTT Sumita")
# agffile = joinpath(GlassCat.AGF_DIR, catname * ".agf")
# @test isfile(agffile)
# end

# check that particularly problematic glasses are parsing correctly
@test !isnan(NIKON.LLF6.C10)
Expand Down

0 comments on commit c66c530

Please sign in to comment.