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