diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 33919f1..acb024c 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -70,7 +70,7 @@ 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(); @@ -81,7 +81,7 @@ public class TestingList extends Panel { { testingList.executeTest(iCurrentTestPos+1); } - SwingUtils.showMessage(getComponent(), "", ex.toString() + deviceName[0]); + } }