From cf56c877fbe03586775f26ad3d19305d4d66ebe2 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 2 Sep 2015 11:12:58 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 6b20eb6..c74c987 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -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