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