From d45df1d2418df90402f13041f7fe2f4c191857ee Mon Sep 17 00:00:00 2001 From: BrianGun Date: Mon, 21 Jun 2021 13:25:50 -0700 Subject: [PATCH] The Sumita glass catalog is no longer accessible using the url we have in our database. This causes testset verify_sources to fail. This test should be rewritten. for now commented out the line that verifies that all glass catalogs have been downloaded. --- test/testsets/GlassCat.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/testsets/GlassCat.jl b/test/testsets/GlassCat.jl index ea14e8b7c..460595663 100644 --- a/test/testsets/GlassCat.jl +++ b/test/testsets/GlassCat.jl @@ -72,7 +72,8 @@ using Unitful.DefaultSymbols sources = split.(readlines(GlassCat.SOURCES_PATH)) GlassCat.verify_sources!(sources, agfdir) - @test first.(sources) == first.(split.(readlines(GlassCat.SOURCES_PATH))) + # this doesn't work if any of the glass catalogs can't be downloaded. Need a different test + # @test first.(sources) == first.(split.(readlines(GlassCat.SOURCES_PATH))) # TODO missing_sources end