Stop timer in all round control tests

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@139 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Jannis Harder 2011-05-05 01:08:40 +02:00
parent 9c6ef67615
commit 866197f315

View file

@ -96,6 +96,7 @@ public class RoundControlTest {
checkCorrectlyDealed();
view.startTurnEvent.emit();
checkTableDisplay();
view.getPlayerPanel().endTurnEvent.emit();
}
@Test