Startup
This commit is contained in:
@@ -1987,7 +1987,7 @@ public class TestingList extends Panel {
|
||||
String sTestPath = jTable1.getValueAt(row, COL.TESTPATH.ordinal()).toString().replace("\\", File.separator);
|
||||
// HashMap mParameters = buildParametersMap(String.valueOf(jTable1.getValueAt(row, COL.TESTPARAMS.ordinal())));
|
||||
//get the parameters directly frm he config file
|
||||
// System.out.println("sTestPath: " + sTestPath);
|
||||
System.out.println("mParameters: " + mParameters.toString());
|
||||
HashMap mParameters = getParameters(sTestPath, sDevicePath);
|
||||
HashMap testArgs = new HashMap();
|
||||
//args.put("ret", "");
|
||||
|
||||
Reference in New Issue
Block a user