Closedown

This commit is contained in:
boccioli_m
2015-06-17 17:11:40 +02:00
parent 746952c63c
commit 885cbaeff7

View File

@@ -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 );