Closedown

This commit is contained in:
boccioli_m
2015-07-03 14:33:20 +02:00
parent 7333a25935
commit 385d1865f0

View File

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