From 0213c2f7741d778c934ce05a6aa60de11de68691 Mon Sep 17 00:00:00 2001 From: Matti Pastell Date: Mon, 15 May 2017 17:36:54 +0300 Subject: [PATCH] Fix publish test --- test/documents/publish/publish_test.html.ref | 2 +- test/runtests.jl | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/documents/publish/publish_test.html.ref b/test/documents/publish/publish_test.html.ref index 9913658..92d86bf 100644 --- a/test/documents/publish/publish_test.html.ref +++ b/test/documents/publish/publish_test.html.ref @@ -8,7 +8,7 @@ - +
diff --git a/test/runtests.jl b/test/runtests.jl
index 4622e5e..aeb02dd 100644
--- a/test/runtests.jl
+++ b/test/runtests.jl
@@ -27,8 +27,8 @@ if VERSION < v"0.6-"
 
   info("Test: Weaving with PyPlot")
   include("pyplot_formats.jl")
-end
 
-info("Test: Weaving with Plots.jl")
-include("plotsjl_test.jl")
-#include("publish_test.jl")
+  info("Test: Weaving with Plots.jl")
+  include("plotsjl_test.jl")
+  include("publish_test.jl")
+end