From b9b2382661dd8a99b8888b2bcc822c9ba7f6a06c Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 13 Oct 2017 12:05:05 +0200 Subject: [PATCH] Closedown --- plugins/NewTest.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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);