Remove listener in turn control and have explicit turn start method

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@148 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Jannis Harder 2011-05-05 19:49:57 +02:00
parent cce3c6bc6e
commit 8ad8432d85
2 changed files with 5 additions and 4 deletions

View file

@ -60,6 +60,7 @@ public class TurnControlTest {
mockTable = new MockTable();
mockHand = new MockHand();
testControl = new TurnControl(mockHand, mockTable, mockView, mockTimer);
testControl.startTurn();
}
@Test