This commit is contained in:
boccioli_m
2015-06-10 11:00:25 +02:00
parent 21e8e2d3ec
commit f732c26beb

View File

@@ -70,10 +70,11 @@ 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();
SwingUtils.showMessage(getComponent(), "", ex.toString() + deviceName[0]);
iCurrentTestPos = testingList.showResult(deviceName[0], fileName, ret, sSuccess);
//start next test