From c3b4eef14ceee77b66c7231879778df3d29a6e05 Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Tue, 31 May 2011 15:29:37 +0200 Subject: 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 --- test/jrummikub/control/RoundControlTest.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/jrummikub/control') 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); -- cgit v1.2.3