Skip to content
Snippets Groups Projects
Commit 778f0dc7 authored by helene ortiz's avatar helene ortiz
Browse files

last

parent 47a4a9bc
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ public class TestClientConfiguration {
private static TestClientConfiguration instance;
private static final boolean VERBOSE = false;
private static final boolean VERBOSE = true;
private BufferedWriter writer;
private TestClientConfiguration() {
......@@ -155,7 +155,7 @@ public class TestClientConfiguration {
writer.write("------------------------");
writer.newLine();
initialiseAllCommandBoxes(false);
initialiseAllCommandBoxes();
onPhaseEnd();
......@@ -198,12 +198,9 @@ public class TestClientConfiguration {
}
public void initialiseAllCommandBoxes(boolean inLaunchPad) {
public void initialiseAllCommandBoxes() {
if (!inLaunchPad) {
// Open a new editor
CommandWindow.getInstance().newEditor();
}
CommandWindow.getInstance().startSimulationServer(false);
// Switch to box view if the launch pad is in "command line" mode
if (CommandWindow.getInstance().getCurrentCommandWorkspace().isInTextMode()) {
......
......@@ -24,7 +24,6 @@ import org.eclipse.swt.widgets.Button;
import org.eclipse.swt.widgets.Shell;
import fr.ill.ics.client.view.factory.ImageFactory;
import fr.ill.ics.client.view.factory.swt.SWTColorFactory;
import fr.ill.ics.client.view.util.dialog.NomadYesNoMessageDialog;
public class SWTNomadYesNoMessageDialog extends SWTNomadDialog implements NomadYesNoMessageDialog {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment