Closedown

This commit is contained in:
boccioli_m
2017-10-13 14:18:34 +02:00
parent 048f527fed
commit 6f53c6a597
6 changed files with 126 additions and 138 deletions

View File

@@ -2087,9 +2087,9 @@ public class TestingList extends Panel {
logger.log(Level.INFO, msg);
System.out.println(msg);
}
System.out.println("sTestID: " + sTestID);
//System.out.println("sTestID: " + sTestID);
Object retargs = args2.put(sTestID, testArgs);
System.out.println("retargs: " + retargs);
//System.out.println("retargs: " + retargs);
hTests = args2;
iRet = 0;
} catch (Exception ex) {
@@ -2131,7 +2131,7 @@ public class TestingList extends Panel {
}
//animate the custom panel (if present)
animateCustomPanel(sDeviceName);
System.out.println("sParallelizeCommand: " +sParallelizeCommand);
//System.out.println("sParallelizeCommand: " +sParallelizeCommand);
//run test(s)
Object ret = eval(sParallelizeCommand);
//System.out.println(ret);