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:
parent
d5560a8a6e
commit
9c6ef67615
1 changed files with 2 additions and 2 deletions
|
@ -91,10 +91,10 @@ public class RoundControlTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testStartRoundDisplayOnly() {
|
public void testTableDisplay() {
|
||||||
testRound.startRound();
|
testRound.startRound();
|
||||||
checkCorrectlyDealed();
|
checkCorrectlyDealed();
|
||||||
|
view.startTurnEvent.emit();
|
||||||
checkTableDisplay();
|
checkTableDisplay();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue