From 9ecdf738b8c22da35542098aae48d70d5ca69234 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 10 Jun 2015 10:58:32 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]); + } }