Fixed NetworkRoundControl test

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@526 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Matthias Schiffer 2011-06-21 01:49:31 +02:00
parent 5656d8bb82
commit 4561c8ed16
2 changed files with 73 additions and 55 deletions

View file

@ -65,6 +65,8 @@ public class MockConnectionControl implements IConnectionControl {
public boolean turnStarted;
/** */
public boolean turnEnded;
/** */
public boolean nextPlayer;
@Override
public String getNickname() {
@ -240,7 +242,6 @@ public class MockConnectionControl implements IConnectionControl {
@Override
public void nextPlayer() {
// TODO Auto-generated method stub
nextPlayer = true;
}
}