Finished control tests

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@603 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Jannis Harder 2011-07-04 17:42:37 +02:00
parent a3fc740af5
commit ce6cc738ad
2 changed files with 5 additions and 2 deletions

View file

@ -88,6 +88,8 @@ public class MockView implements IView {
public MockEvent acknowledgeConnectionLostEvent = new MockEvent();
/** */
public MockEvent1<File> loadFileEvent = new MockEvent1<File>();
/** */
public boolean loadCalled = false;
@Override
public MockTablePanel getTablePanel() {
@ -314,7 +316,7 @@ public class MockView implements IView {
@Override
public void load() {
// TODO Auto-generated method stub
loadCalled = true;
}
@Override