Fixed check of displaying table in RoundControl tests

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@138 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Jannis Harder 2011-05-05 00:49:52 +02:00
parent d5560a8a6e
commit 9c6ef67615

View file

@ -91,10 +91,10 @@ public class RoundControlTest {
}
@Test
public void testStartRoundDisplayOnly() {
public void testTableDisplay() {
testRound.startRound();
checkCorrectlyDealed();
view.startTurnEvent.emit();
checkTableDisplay();
}