Closedown

This commit is contained in:
boccioli_m
2015-06-12 12:05:27 +02:00
parent 478f6ce83e
commit be33ee418f

View File

@@ -413,8 +413,8 @@ public class TestingList extends Panel {
}
}
catch (Exception ex) {
SwingUtils.showMessage(this, "getTestInProgress()", ex.toString());
this.setButtonToStop();
SwingUtils.showMessage(this, "getTestInProgress()", ex.toString());
}
finally{
return dsTestProperties;
@@ -489,7 +489,10 @@ public class TestingList extends Panel {
args.put("status", false);
run(sTestName, args);
} catch (Exception ex) {
SwingUtils.showMessage(this, "getTestInProgress()", ex.toString());
SwingUtils.showMessage(this, "executeTest()", ex.toString());
logger.log(Level.SEVERE, ex.toString());
showResult(sDeviceName, sTestName, ex.toString(), "Failure");
setButtonToStop();
}
}
}