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:
Matthias Schiffer 2011-07-04 17:26:45 +02:00
parent aca4b25210
commit a3fc740af5
3 changed files with 7 additions and 9 deletions

View file

@ -17,8 +17,6 @@ public class MockPlayerPanel implements IPlayerPanel {
/** */
public MockEvent sortByRunsEvent = new MockEvent();
/** */
public MockEvent pauseEvent = new MockEvent();
/** */
public TurnMode turnMode;
@Override

View file

@ -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;