Startup
This commit is contained in:
@@ -2087,7 +2087,9 @@ public class TestingList extends Panel {
|
||||
logger.log(Level.INFO, msg);
|
||||
System.out.println(msg);
|
||||
}
|
||||
args2.put(sTestID, testArgs);
|
||||
System.out.println("sTestID: " + sTestID);
|
||||
Object retargs = args2.put(sTestID, testArgs);
|
||||
System.out.println("retargs: " + retargs);
|
||||
hTests = args2;
|
||||
iRet = 0;
|
||||
} catch (Exception ex) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#TestingList for pshell: configuration properties
|
||||
#Fri Oct 13 13:08:02 CEST 2017
|
||||
#Fri Oct 13 13:12:57 CEST 2017
|
||||
customPanel=
|
||||
showEnabledTestsOnly=
|
||||
listFilter=rps-try
|
||||
|
||||
Reference in New Issue
Block a user