From 843a03c09b2c35b49c007fc9a7fbb1da367d5df0 Mon Sep 17 00:00:00 2001 From: aj heller Date: Mon, 17 Dec 2012 18:10:07 -0800 Subject: [PATCH] `make test` works again --- test/test.erl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/test.erl b/test/test.erl index 382ffd3..149e92b 100644 --- a/test/test.erl +++ b/test/test.erl @@ -16,6 +16,4 @@ all() -> %% temporary db init because mnesia data gets corrupted between starting and stopping nodes. setup()-> - ezic_db:init(), - ezic:load("priv/tzdata"), - ezic_flatten:flatten(). + application:start(ezic).