Closedown
This commit is contained in:
@@ -441,6 +441,7 @@ public class TestingList extends Panel {
|
||||
public int showResult(String deviceName, String testName, String res, String status) {
|
||||
int rowD = -1;
|
||||
String sTestName = testName;
|
||||
logger.log(Level.SEVERE, "Looking for: deviceName: " + deviceName + "; testPath: "+testName+" in table.");
|
||||
//search for device name in table
|
||||
for (int row = 0; row <= jTable1.getRowCount() - 1; row++) {
|
||||
if (deviceName.equals(jTable1.getValueAt(row, COL.DEVICENAME.ordinal())) &&
|
||||
|
||||
Reference in New Issue
Block a user