summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJannis Harder <harder@informatik.uni-luebeck.de>2011-05-24 23:15:21 +0200
committerJannis Harder <harder@informatik.uni-luebeck.de>2011-05-24 23:15:21 +0200
commit6df3d5fe32be5493560cd4995ab91c2a4cef42fc (patch)
treeb8b88731ecb9572e966871d9944e5604ec45c62e /test
parent79bffeba5d42a5b228c52f69b9e0b4e88f2e60e8 (diff)
downloadJRummikub-6df3d5fe32be5493560cd4995ab91c2a4cef42fc.tar
JRummikub-6df3d5fe32be5493560cd4995ab91c2a4cef42fc.zip
Moved displaying of win panel in game control
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@270 72836036-5685-4462-b002-a69064685172
Diffstat (limited to 'test')
-rw-r--r--test/jrummikub/control/RoundControlTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/jrummikub/control/RoundControlTest.java b/test/jrummikub/control/RoundControlTest.java
index 369ca7b..e3b11cb 100644
--- a/test/jrummikub/control/RoundControlTest.java
+++ b/test/jrummikub/control/RoundControlTest.java
@@ -155,6 +155,7 @@ public class RoundControlTest {
assertEquals(14 + 6, hand.getSize());
}
+ /** */
@Test
public void laidOutValidUnchanged() {
roundControl.startRound();