diff --git a/dummy.txt b/dummy.txt new file mode 100644 index 0000000..3621550 --- /dev/null +++ b/dummy.txt @@ -0,0 +1 @@ +# some dummy change diff --git a/test/cmesh/test_readmshfile.jl b/test/cmesh/test_readmshfile.jl index 94d6729..5c4ea15 100644 --- a/test/cmesh/test_readmshfile.jl +++ b/test/cmesh/test_readmshfile.jl @@ -84,7 +84,7 @@ end end @testset "test_msh_file_vers4_ascii" begin - fileprefix = "cmesh/testfiles/test_msh_file_vers4_ascii" + fileprefix = "cmesh/testfiles/test_msh_file_vers4_ascii"S filename = fileprefix * ".msh" @assert isfile(filename) "File not found: "*filename diff --git a/test/test_all.jl b/test/test_all.jl index c093ac3..1b86d62 100644 --- a/test/test_all.jl +++ b/test/test_all.jl @@ -27,9 +27,9 @@ end include("test_forestwrapper.jl") end -@testset "cmesh" begin - include("cmesh/test_readmshfile.jl") -end +# @testset "cmesh" begin +# include("cmesh/test_readmshfile.jl") +# end @testset "forest" begin include("forest/test_element_volume.jl")