Closedown

This commit is contained in:
boccioli_m
2015-09-02 11:19:17 +02:00
parent 2937b5f8c5
commit d9a89c7492

View File

@@ -1511,6 +1511,7 @@ public class TestingList extends Panel {
System.out.println(sParallelizeCommand);
Object ret;
ret = eval(sParallelizeCommand);
System.out.println(ret);
String sTestResult, sTestStatus;
if(ret == null){
SwingUtils.showMessage(TestingList.this, "executeParallelTestsGroup()", "The test script(s) did not return any feedback.");