From 385d1865f071f9fdc621bb9283cf379274fbf76d Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 3 Jul 2015 14:33:20 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 3 --- 1 file changed, 3 deletions(-) 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) {