Closedown

This commit is contained in:
boccioli_m
2015-06-16 16:16:20 +02:00
parent 11add9ccd8
commit 2bed842fcf

View File

@@ -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())) &&