From 958f17d5aec065d58145a45d3e914c609bb4b113 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 16 Sep 2015 16:55:22 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index f5fa81d..0654c99 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -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."); }