diff --git a/plugins/TestingList.java b/plugins/TestingList.java index d7d8596..5f9d151 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -920,7 +920,6 @@ public class TestingList extends Panel { System.out.println("\n===================================================\n"); executeParallelTestsGroup(selectedTestsRows); //last execution did not find a test file. Continue with next execution executeTest(position + 1); - } else{//no tests were selected. end. setToStopped(); @@ -975,9 +974,7 @@ public class TestingList extends Panel { logger.log(Level.INFO, "Running Test '" + sTestName + "'. No parameters found."); System.out.println("Running test '" + sTestName + "'. No parameters found."); } - args2.put(sTestPath, testArgs); - hTests = args2; iRet = 0; } catch (Exception ex) {