From a655e5af6cf481e9260234439055e1408d61a234 Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Mon, 16 Mar 2020 19:56:54 +0100 Subject: [PATCH] Fixed tests --- Project.toml | 1 + test/runtests.jl | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f14a369..cdcffb6 100644 --- a/Project.toml +++ b/Project.toml @@ -8,6 +8,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" ReusePatterns = "a39b5e78-89b5-562b-97d8-70689129df0c" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" StructC14N = "d2514e9c-36c4-5b8e-97e2-51e7675c221c" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] julia = "≥ 1.0.0" diff --git a/test/runtests.jl b/test/runtests.jl index 79e6e65..486c98e 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -83,7 +83,7 @@ for i in 1:10 @gp :gp3 "plot sin($i*x)" sleep(0.3) end -quitall() +Gnuplot.quitall() #----------------------------------------------------------------- @gp "plot sin(x)" @@ -211,5 +211,4 @@ Gnuplot.exec("load 'test.gp'") # load file test.gp "splot x7, v, (u<0.5) ? -1 : sinc(x7,v) notitle", "splot x8, v, (u<0.5) ? -1 : sinc(x8,v) notitle", "splot x9, v, (u<0.5) ? -1 : sinc(x9,v) notitle") - Gnuplot.quitall()