This commit is contained in:
boccioli_m
2017-10-13 13:13:11 +02:00
parent 1708b1f55b
commit 598fdb2621
2 changed files with 4 additions and 2 deletions

View File

@@ -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) {