Closedown

This commit is contained in:
boccioli_m
2015-06-16 16:29:21 +02:00
parent dfca1180be
commit 059c14ef6e

View File

@@ -568,6 +568,7 @@ public class TestingList extends Panel {
if(!f.exists() || f.isDirectory()){
logger.log(Level.SEVERE, "Test file not found: " + sTestPath);
showResult(sDeviceName, sTestPath, "Test file not found: " + sTestPath, TestStatus.FAILURE.toString());
executeTest(position+1);
return;
}
showResult(sDeviceName, sTestPath, "Test running", TestStatus.RUNNING.toString());