Fix NetworkRoundControl test
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@586 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
6f139b1c6e
commit
3ae367c1c2
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ public class NetworkRoundControlTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
connectionControl.roundStateUpdateEvent.emit(testRoundState);
|
||||||
|
|
||||||
assertSame(testRoundState.getNthPlayer(0), testRoundState.getActivePlayer());
|
assertSame(testRoundState.getNthPlayer(0), testRoundState.getActivePlayer());
|
||||||
assertTrue(connectionControl.turnStarted);
|
assertTrue(connectionControl.turnStarted);
|
||||||
connectionControl.turnStarted = false;
|
connectionControl.turnStarted = false;
|
||||||
|
|
Reference in a new issue