Closedown

This commit is contained in:
boccioli_m
2015-06-12 11:33:15 +02:00
parent ae5b6e9b3d
commit 547afb5bc3
4 changed files with 67 additions and 56 deletions

View File

@@ -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);
}