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