Closedown
This commit is contained in:
@@ -74,7 +74,7 @@ public class TestingList extends Panel {
|
||||
String sSuccess = "Failed";
|
||||
String[] deviceName = testingList.getTestInProgress();
|
||||
//SwingUtils.showException(getComponent(), ex );
|
||||
SwingUtils.showMessage(getComponent(), "", ex.toString() + deviceName[0]);
|
||||
//SwingUtils.showMessage(getComponent(), "", ex.toString() + deviceName[0]);
|
||||
if(deviceName[0] != ""){
|
||||
iCurrentTestPos = testingList.showResult(deviceName[0], fileName, ret, sSuccess);
|
||||
//start next test
|
||||
|
||||
Reference in New Issue
Block a user