Add missing test cleanups #40

Merged
shino merged 3 commits from ss/missing-test-cleanups into master 2015-11-05 07:16:40 +00:00
Showing only changes of commit 1b0711f151 - Show all commits

View file

@ -265,7 +265,8 @@ init([P_srvr_list, Opts]) ->
handle_call({req, Req}, From, S) ->
handle_call2(Req, From, update_proj(S));
handle_call(quit, _From, S) ->
handle_call(quit, _From, #state{members_dict=MembersDict}=S) ->
?FLU_PC:stop_proxies(MembersDict),
{stop, normal, ok, S};
handle_call(_Request, _From, S) ->
Reply = whaaaaaaaaaaaaaaaaaaaa,