Startup
This commit is contained in:
@@ -449,11 +449,11 @@ public class TestingListDetails extends javax.swing.JPanel {
|
||||
if(param instanceof String){
|
||||
name = (String) param;
|
||||
Details attributes = new Details((HashMap) hmTestParams.get(param));
|
||||
value = attributes.get("value");
|
||||
description = attributes.get("description");
|
||||
value = "\""+attributes.get("value")+"\"";
|
||||
description = "\""+attributes.get("description")+"\"";
|
||||
//build the python code for getting the test parameter
|
||||
sTestParameters = sTestParameters + name + VALUE_SEPARATOR + value + VALUE_SEPARATOR + description + PARAM_SEPARATOR ;
|
||||
System.out.println("sTestParameters: "+sTestParameters);
|
||||
//System.out.println("sTestParameters: "+sTestParameters);
|
||||
}
|
||||
}
|
||||
FileInputStream in = new FileInputStream(path.toFile());
|
||||
|
||||
Reference in New Issue
Block a user