Closedown
This commit is contained in:
@@ -2356,10 +2356,12 @@ public class TestingList extends Panel {
|
||||
&& model.getValueAt(row, COL.TESTNAME.ordinal()).toString().equals(testName)
|
||||
&& model.getValueAt(row, COL.TESTPATH.ordinal()).toString().replace("\\", File.separator).equals(testPath));
|
||||
if (bTestAlreadyInTable) {
|
||||
System.out.println(" test already in table");
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (!bTestAlreadyInTable) {
|
||||
System.out.println(" test not in table: adding it...");
|
||||
model.addRow(rowData);
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
|
||||
Reference in New Issue
Block a user