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:
parent
f1abd1b564
commit
c3b4eef14c
7 changed files with 75 additions and 18 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue