Startup
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user