Closedown
This commit is contained in:
@@ -857,7 +857,7 @@ public class NewTest extends javax.swing.JPanel {
|
||||
if(param instanceof String){
|
||||
name = (String) param;
|
||||
HashMap attributes = (HashMap) hmTestParams.get(param);
|
||||
value = (String) attributes.get("value");
|
||||
value = attributes.get("value").toString().replace("\\:",":");
|
||||
description = (String) attributes.get("description");
|
||||
//build the python code for getting the test parameter
|
||||
sTestParameters = sTestParameters + name + "&" + value + "&" + description + ";" ;
|
||||
|
||||
Reference in New Issue
Block a user