From 13ca11f5b0337ca50d80da027d520746fac1a019 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 20 Jun 2015 20:26:18 +0300 Subject: [PATCH] removed . --- test/runtests.jl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 9b41f0d..6d98a9e 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -58,9 +58,11 @@ function test_add_and_get_nodes() end test_add_and_get_nodes() + + function test_print() lines_with_print = Dict() - src = readdir("./src") + src = readdir("/src") for file_name in src fil = open(joinpath("src",file_name),"r") for line in readlines(fil) @@ -74,6 +76,8 @@ function test_print() end test_print() + + function test_add_element() m = new_model() nodes = Dict(1 => [0.0, 0.0, 0.0],