Closedown

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

View File

@@ -1987,9 +1987,9 @@ 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("mParameters: " + mParameters.toString());
HashMap mParameters = getParameters(sTestPath, sDevicePath);
HashMap testArgs = new HashMap();
System.out.println("mParameters: " + mParameters.toString());
//args.put("ret", "");
testArgs.put(testArgNames.PARAMETERS.toString(), mParameters);
testArgs.put(testArgNames.TEST.toString(), sTestName);