diff --git a/test/runtests.jl b/test/runtests.jl index 01f4c5c..4a5f404 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -2,16 +2,4 @@ using Test, MrFOR_simrep def_settings = load_settings() @test def_settings["simulation_region"]["cres_epsg_id"] == 3035 - -a = "\${SCENARIO_PATH}/forest_types.txt" -replace!(a,"\${SCENARIO_PATH}" => "/some/path") - -adic = Dict("a"=>1,"b"=>2,"c"=>3) - -plusone(x) = x+1 - -map((k,v) -> plusone(v), adic) - -for (k,v) in adic - plusone(v) -end \ No newline at end of file +@test isfile(def_settings["ft_list"])