Closedown

This commit is contained in:
boccioli_m
2015-09-16 16:55:22 +02:00
parent e431cdf008
commit 958f17d5ae

View File

@@ -1596,7 +1596,7 @@ public class TestingList extends Panel {
Object ret = eval(sParallelizeCommand);
System.out.println(ret);
String sTestResult, sTestStatus;
if(ret == null){
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.");
}