Closedown
This commit is contained in:
@@ -453,6 +453,7 @@ public class TestingListDetails extends javax.swing.JPanel {
|
||||
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);
|
||||
}
|
||||
}
|
||||
FileInputStream in = new FileInputStream(path.toFile());
|
||||
|
||||
Reference in New Issue
Block a user