diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 3f56c2c..65b7a89 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -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", ""); diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 83d6b04..3f39811 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Fri Oct 13 13:01:18 CEST 2017 +#Fri Oct 13 13:07:10 CEST 2017 customPanel= showEnabledTestsOnly= listFilter=rps-try