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:
Matthias Schiffer 2011-06-22 08:38:30 +02:00
parent 6f139b1c6e
commit 3ae367c1c2

View file

@ -79,6 +79,8 @@ public class NetworkRoundControlTest {
}
}
connectionControl.roundStateUpdateEvent.emit(testRoundState);
assertSame(testRoundState.getNthPlayer(0), testRoundState.getActivePlayer());
assertTrue(connectionControl.turnStarted);
connectionControl.turnStarted = false;