Integrated dedicated server
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@563 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
8c6bf9781f
commit
63013dc82c
11 changed files with 332 additions and 90 deletions
|
@ -19,7 +19,7 @@ public class LoginControlTest {
|
|||
@Before
|
||||
public void setup() {
|
||||
view = new MockView();
|
||||
loginControl = new LoginControl(view);
|
||||
loginControl = new LoginControl(view, new ApplicationControl(view));
|
||||
loginControl.startLogin(true);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue