Closedown

This commit is contained in:
boccioli_m
2017-10-20 14:55:24 +02:00
parent 51dc67ca1c
commit d6d400aa5f
4 changed files with 5 additions and 10 deletions

View File

@@ -113,15 +113,10 @@
</Group>
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" max="-2" attributes="0">
<Group type="102" attributes="0">
<Component id="lblContact" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="29" max="-2" attributes="0"/>
</Group>
<Group type="102" attributes="0">
<Component id="txtContactName" min="-2" pref="30" max="-2" attributes="0"/>
<EmptySpace type="unrelated" max="-2" attributes="0"/>
</Group>
<Component id="lblContact" min="-2" max="-2" attributes="0"/>
<Component id="txtContactName" min="-2" pref="30" max="-2" attributes="0"/>
</Group>
<EmptySpace min="-2" pref="16" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" attributes="0">
<Component id="lblParams" min="-2" max="-2" attributes="0"/>

View File

@@ -884,7 +884,7 @@ public class NewTest extends javax.swing.JPanel {
value = (String) attributes.get("value");
description = (String) attributes.get("description");
//build the python code for getting the test parameter
sTestParameters = sTestParameters + name + VALUE_SEPARATOR + value + VALUE_SEPARATOR + description + PARAM_SEPARATOR ;
sTestParameters = sTestParameters + name + VALUE_SEPARATOR + "\"" + value + "\"" + VALUE_SEPARATOR + "\"" + description + "\"" + PARAM_SEPARATOR ;
}
}
FileInputStream in = new FileInputStream(configFile);

Binary file not shown.

View File

@@ -1,5 +1,5 @@
#TestingList for pshell: configuration properties
#Fri Oct 20 11:00:36 CEST 2017
#Fri Oct 20 14:51:31 CEST 2017
customPanel=
showEnabledTestsOnly=true
listFilter=rps-test