Closedown

This commit is contained in:
boccioli_m
2015-06-10 11:05:14 +02:00
parent d191169025
commit 5b6e27b676

View File

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