removed io

This commit is contained in:
Jeena Paradies 2011-02-22 13:56:27 +01:00
parent 0c76c85d8f
commit dcc1a6086f
2 changed files with 5 additions and 9 deletions

View file

@ -31,7 +31,7 @@ stop_test() ->
notify_test() ->
Table = ggs_table:start_link(),
Player = test_player,
Message = {server, define, "function helloWorld(x) { }"},
Message = {server, define, "function helloWorld(x) { }"},
ok = ggs_table:notify(Table, Player, Message),
Message2 = {game, "helloWorld", "test"},
ok = ggs_table:notify(Table, Player, Message2).