Closedown

This commit is contained in:
boccioli_m
2015-06-16 16:04:53 +02:00
parent fb40462fb1
commit 1b63060155

View File

@@ -471,6 +471,9 @@ public class TestingList extends Panel {
jTable1.setValueAt(res, rowD, COL.RESULT.ordinal());
jTable1.setValueAt(status, rowD, COL.STATUS.ordinal());
}
else{
logger.log(Level.SEVERE, "Cant find Test: " + testName + " in table.");
}
return rowD;
}