trevert to Base.Test for now until julia 0.7 is stable - Granular.jl - Julia package for granular dynamics simulation
 (HTM) git clone git://src.adamsgaard.dk/Granular.jl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7a6ee93e9545213e990b9d1a3e02b307386b1d43
 (DIR) parent 31f3ebe01b742b031789245fbf69997877327040
 (HTM) Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Wed,  1 Nov 2017 11:46:44 -0400
       
       revert to Base.Test for now until julia 0.7 is stable
       
       Diffstat:
         M test/memory-management.jl           |       2 --
         M test/profiling.jl                   |       2 +-
         M test/runtests.jl                    |       2 +-
         M test/util.jl                        |       2 --
       
       4 files changed, 2 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/test/memory-management.jl b/test/memory-management.jl
       t@@ -1,6 +1,4 @@
        #!/usr/bin/env julia
       -import SeaIce
       -using Test
        
        info("#### $(basename(@__FILE__)) ####")
        
 (DIR) diff --git a/test/profiling.jl b/test/profiling.jl
       t@@ -2,7 +2,7 @@
        import Plots
        import SeaIce
        import CurveFit
       -using Test
       +using Base.Test
        
        info("#### $(basename(@__FILE__)) ####")
        
 (DIR) diff --git a/test/runtests.jl b/test/runtests.jl
       t@@ -1,5 +1,5 @@
        import SeaIce
       -using Test
       +using Base.Test
        
        include("icefloe.jl")
        include("packing.jl")
 (DIR) diff --git a/test/util.jl b/test/util.jl
       t@@ -1,6 +1,4 @@
        #!/usr/bin/env julia
       -import SeaIce
       -using Test
        
        info("#### $(basename(@__FILE__)) ####")