Tests für die Control Klasse, jetzt zu 91.9 Prozent abgedeckt

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@601 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Ida Massow 2011-07-02 12:21:10 +02:00
parent 8facde1b30
commit aca4b25210
6 changed files with 322 additions and 32 deletions

View file

@ -102,7 +102,7 @@ public class ApplicationControl {
abortControls();
createLoginControl(true);
} else {
view.getQuitWarningPanel().setMode(QuitMode.QUIT_PROCESS);
view.getQuitWarningPanel().setMode(QuitMode.QUIT_GAME);
view.showQuitWarningPanel(true);
tempConnection = view.getQuitWarningPanel().getQuitEvent()
.add(new IListener() {