summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/plop_test.erl16
1 files changed, 8 insertions, 8 deletions
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) ->