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