Closedown
This commit is contained in:
@@ -1512,6 +1512,10 @@ public class TestingList extends Panel {
|
||||
Object ret;
|
||||
ret = eval(sParallelizeCommand);
|
||||
String sTestResult, sTestStatus;
|
||||
if(ret == null){
|
||||
SwingUtils.showMessage(TestingList.this, "executeParallelTestsGroup()", "The test script(s) did not return any feedback.");
|
||||
System.out.println("The test script(s) did not return any feedback.");
|
||||
}
|
||||
//scan through all return mappings of all run tests
|
||||
for (Object oTestRet : (ArrayList) ret) {
|
||||
//check if the mapping of the selected test has all expected return values
|
||||
|
||||
Reference in New Issue
Block a user