diff --git a/plugins/NewTest.java b/plugins/NewTest.java index 93223a9..8cb9fa2 100644 --- a/plugins/NewTest.java +++ b/plugins/NewTest.java @@ -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);