summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2014-05-05 12:03:10 +0200
committerLinus Nordberg <linus@nordu.net>2014-05-05 12:03:10 +0200
commit956b1c623336ef9b8895539b90d5f7205181bc84 (patch)
tree1e23f2e88569666c7d1e030dd427591891d56f29 /test
parent05401ea36bbd7926fbdc0f792542135f551d3c0b (diff)
Comment out unused test functions.
Diffstat (limited to 'test')
-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) ->