Closedown
This commit is contained in:
@@ -74,7 +74,7 @@ public class TestingList extends Panel {
|
||||
//SwingUtils.showMessage(getComponent(), "", ret.toString() + " - " + ret.getClass().getName());
|
||||
iCurrentTestPos = testingList.showResult(deviceName.toString(), fileName, ret.toString(), sStatus);
|
||||
//start next test
|
||||
if(iCurrentTestPos>0 && testingList.isTestRunAllowed())
|
||||
if(iCurrentTestPos>=0 && testingList.isTestRunAllowed())
|
||||
{
|
||||
testingList.executeTest(iCurrentTestPos+1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user