From 866197f315c166ba4085a488b4b95a804506eef4 Mon Sep 17 00:00:00 2001 From: Jannis Harder Date: Thu, 5 May 2011 01:08:40 +0200 Subject: Stop timer in all round control tests git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@139 72836036-5685-4462-b002-a69064685172 --- test/jrummikub/control/RoundControlTest.java | 1 + 1 file changed, 1 insertion(+) (limited to 'test/jrummikub/control/RoundControlTest.java') diff --git a/test/jrummikub/control/RoundControlTest.java b/test/jrummikub/control/RoundControlTest.java index 66810c0..caefb1f 100644 --- a/test/jrummikub/control/RoundControlTest.java +++ b/test/jrummikub/control/RoundControlTest.java @@ -96,6 +96,7 @@ public class RoundControlTest { checkCorrectlyDealed(); view.startTurnEvent.emit(); checkTableDisplay(); + view.getPlayerPanel().endTurnEvent.emit(); } @Test -- cgit v1.2.3