From 5b6e27b676b0a16773005881a29b43a624eb891f Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 10 Jun 2015 11:05:14 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);