This commit is contained in:
boccioli_m
2017-10-13 13:07:25 +02:00
parent 9708d93423
commit 2c51bf3d5b
2 changed files with 2 additions and 2 deletions

View File

@@ -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", "");