ApplicationControlTest: fixed pauseTest()
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@602 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
aca4b25210
commit
a3fc740af5
3 changed files with 7 additions and 9 deletions
|
@ -17,8 +17,6 @@ public class MockPlayerPanel implements IPlayerPanel {
|
|||
/** */
|
||||
public MockEvent sortByRunsEvent = new MockEvent();
|
||||
/** */
|
||||
public MockEvent pauseEvent = new MockEvent();
|
||||
/** */
|
||||
public TurnMode turnMode;
|
||||
|
||||
@Override
|
||||
|
|
|
@ -50,8 +50,6 @@ public class MockView implements IView {
|
|||
/** */
|
||||
public boolean pauseModeEnabled = false;
|
||||
/** */
|
||||
public boolean isPaused = false;
|
||||
/** */
|
||||
public boolean savingEnabled = false;
|
||||
/** */
|
||||
public boolean loadingError = false;
|
||||
|
|
Reference in a new issue