New test cases for player info requests - also tests basic avatar handling.

This commit is contained in:
lotodore
2011-02-13 00:22:03 +00:00
parent 381d47deea
commit 8780b98545
3 changed files with 20 additions and 5 deletions
+1
View File
@@ -26,6 +26,7 @@ import org.junit.runners.Suite;
@Suite.SuiteClasses( {
GuestLoginTest.class,
AuthLoginTest.class,
PlayerInfoTest.class,
CreateGameTest.class,
CreateRankingGameTest.class,
StartNormalGameTest.class,