From 885cbaeff73415937e6047f680ab993bbf298437 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 17 Jun 2015 17:11:40 +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 2ca301d..5a126c9 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -76,7 +76,7 @@ public class TestingList extends Panel { } } else{ // ret empty means that either the test script does not have variable ret, or that the script could not be started at all - ret = "Could not start test script"; + ret = "Could not start test script or script doea not contain default variables"; sStatus = TestStatus.FAILURE.toString(); String[] dsDeviceName = testingList.getTestInProgress(); //SwingUtils.showException(getComponent(), ex );