diff --git a/plugins/TestingList.java b/plugins/TestingList.java index acb024c..7aa171c 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -70,10 +70,11 @@ public class TestingList extends Panel { } } catch (Exception ex) { - SwingUtils.showException(getComponent(), ex); + //SwingUtils.showException(getComponent(), ex ); String ret = "Could not start test script"; String sSuccess = "Failed"; String[] deviceName = testingList.getTestInProgress(); + SwingUtils.showMessage(getComponent(), "", ex.toString() + deviceName[0]); iCurrentTestPos = testingList.showResult(deviceName[0], fileName, ret, sSuccess); //start next test