Closedown

This commit is contained in:
boccioli_m
2017-10-13 12:05:05 +02:00
parent 2f3eeb7a0f
commit b9b2382661

View File

@@ -349,8 +349,8 @@ public class NewTest extends javax.swing.JPanel {
this.lblName.setText( newType + " "+ this.lblName.getText());
this.lblName.setToolTipText(newType + " name. Can be a PV name.");
this.txtTestName.setToolTipText(newType + " name. Can be a PV name.");
lblParams.setVisible(false);
jTableParams.setVisible(false);
//lblParams.setVisible(false);
//jTableParams.setVisible(false);
jScrollPane1.setVisible(false);
lblContact.setVisible(false);
txtContactName.setVisible(false);
@@ -877,6 +877,7 @@ public class NewTest extends javax.swing.JPanel {
props.setProperty("name", sTestName);
props.setProperty("description", sTestDescription);
props.setProperty("tests", sTestSuite);
props.setProperty("parameters", sTestParameters);
}else{
//creation of test config
props.setProperty("name", sTestName);