Fixed all warnings (comments) but one, one TODO important

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@351 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Ida Massow 2011-05-31 15:29:37 +02:00
parent f1abd1b564
commit c3b4eef14c
7 changed files with 75 additions and 18 deletions

View file

@ -122,6 +122,10 @@ public class RoundControlTest {
view.displayStartTurnPanel = false;
}
/**
* Check correctly dealt with more than 14 stones/ different than default
* stones
*/
@Test
public void checkCorrectlyDealtMoreStones() {
testRoundState.getGameSettings().setNumberOfStonesDealt(15);