This commit is contained in:
boccioli_m
2017-06-06 14:37:12 +02:00
parent f05c3d9f96
commit 9cb82a52af
2 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ import ch.psi.pshell.ui.App;
import ch.psi.pshell.ui.Panel;
import ch.psi.pshell.ui.Plugin;
import ch.psi.pshell.ui.View;
import ch.psi.utils.Convert;
import ch.psi.utils.swing.SwingUtils;
import ch.psi.utils.swing.SwingUtils.OptionType;
import java.awt.Component;
@@ -2013,6 +2014,7 @@ public class TestingList extends Panel {
* @return return value: 0 means ok, <0 means problem
*/
private int executeParallelTestsGroup(int[] rowsToExecute) throws InterruptedException {
System.out.println(Convert.arrayToString(rowsToExecute, " - " , 10));
int iRet = -1;
HashMap args2 = new HashMap(); //this is the global map that will contain one map per test.
HashMap testArgs; //this is the map for a test.