Startup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user