Adding chat reject message if chat is tried to be sent in an invalid state. Otherwise testing won't work.

This commit is contained in:
lotodore
2011-02-17 23:57:58 +00:00
parent 1840efb60f
commit e5b9b29564
108 changed files with 962 additions and 311 deletions
@@ -95,5 +95,9 @@ public class LobbySubscriptionTest extends TestBase {
// Now there should be one game list message.
msg = receiveMessage();
assertTrue(msg.isGameListMessageSelected());
for (int i = 0; i < 9; i++) {
s[i].close();
}
}
}