Closedown

This commit is contained in:
boccioli_m
2015-06-10 11:15:40 +02:00
parent 0a1750b60a
commit d633fff021

View File

@@ -340,9 +340,10 @@ public class TestingList extends Panel {
}
return rowD;
}
//find the test currently in progress
public String[] getTestInProgress() {
String[] dsTestProperties = null;
String[] dsTestProperties = {"",""};
//search for device name in table
try{
for (int row = 0; row <= jTable1.getRowCount() - 1; row++) {