diff options
author | Ida Massow <massow@informatik.uni-luebeck.de> | 2011-05-31 15:29:37 +0200 |
---|---|---|
committer | Ida Massow <massow@informatik.uni-luebeck.de> | 2011-05-31 15:29:37 +0200 |
commit | c3b4eef14ceee77b66c7231879778df3d29a6e05 (patch) | |
tree | 29ee7e4337873d27577bff4031f6d5ea830d7dd1 /test/jrummikub/control | |
parent | f1abd1b564a64b79c9f6eff25c95df6c6bd142d8 (diff) | |
download | JRummikub-c3b4eef14ceee77b66c7231879778df3d29a6e05.tar JRummikub-c3b4eef14ceee77b66c7231879778df3d29a6e05.zip |
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
Diffstat (limited to 'test/jrummikub/control')
-rw-r--r-- | test/jrummikub/control/RoundControlTest.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/jrummikub/control/RoundControlTest.java b/test/jrummikub/control/RoundControlTest.java index 887df30..d73018c 100644 --- a/test/jrummikub/control/RoundControlTest.java +++ b/test/jrummikub/control/RoundControlTest.java @@ -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); |