From 598fdb2621639f68acbf902ab59779b51691bccd Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 13 Oct 2017 13:13:11 +0200 Subject: [PATCH] Startup --- plugins/TestingList.java | 4 +++- script/tests/tests.properties | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index d841522..d156c07 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -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) { diff --git a/script/tests/tests.properties b/script/tests/tests.properties index db1fa10..4c394f3 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -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