Closedown
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user