Closedown

This commit is contained in:
boccioli_m
2015-06-10 10:58:32 +02:00
parent a74f1075a4
commit 9ecdf738b8

View File

@@ -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]);
}
}