added stash

This commit is contained in:
Jeena Paradies 2011-04-11 10:54:18 +02:00
parent 0718031e22
commit da67b0a977
5 changed files with 192 additions and 73 deletions

View file

@ -4,7 +4,7 @@
%% @doc start_link should always return ok for any valid socket. A valid socket
%% should always return {ok, Pid} and {error, Reason} otherwise.
start_link_test() ->
ggs_logger:not_implemented().
{ok, Player} = ggs_player:start_link(Sock).
%% @doc Given that start_link returned {ok, Player}. Notify shall always return ok and
%% deliver a specified message through the socket.