From 956b1c623336ef9b8895539b90d5f7205181bc84 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 5 May 2014 12:03:10 +0200 Subject: Comment out unused test functions. --- test/plop_test.erl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'test') diff --git a/test/plop_test.erl b/test/plop_test.erl index cf5a9a7..1a10e42 100644 --- a/test/plop_test.erl +++ b/test/plop_test.erl @@ -18,17 +18,17 @@ adding_verifying_test() -> %%stop(Pid). %%% Setup. -start() -> - {ok, Pid} = plop:start_link("../test/rsakey.pem", "sikrit"), - Pid. +%% start() -> +%% {ok, Pid} = plop:start_link("../test/rsakey.pem", "sikrit"), +%% Pid. -stop(_) -> - plop:stop(). +%% stop(_) -> +%% plop:stop(). %%% Tests. -is_registered(Pid) -> - [?_assert(erlang:is_process_alive(Pid)), - ?_assertEqual(Pid, whereis(plop))]. +%% is_registered(Pid) -> +%% [?_assert(erlang:is_process_alive(Pid)), +%% ?_assertEqual(Pid, whereis(plop))]. %%% Helpers. add(0, Pubkey) -> -- cgit v1.1