Closedown

This commit is contained in:
boccioli_m
2015-06-10 09:51:00 +02:00
parent 13be62d522
commit 1d582b796d

View File

@@ -174,7 +174,7 @@ public class TestingList extends Panel {
}
}
if (colT >= 0 && rowD >= 0) {
sStatus = jTable1.getValueAt(rowD, colT).toString();
sStatus = jTable1.getValueAt(rowD, COL_STATUS).toString();
}
return sStatus;
@@ -395,7 +395,7 @@ public class TestingList extends Panel {
try{
args.put("DEVICE", sDeviceName);
run(sTestName, args);
Thread.sleep(1000);
Thread.sleep(500);
while(getResult(sDeviceName, sTestName) == "Running"){
Thread.sleep(1000);
}