Closedown
This commit is contained in:
@@ -2315,7 +2315,8 @@ public class TestingList extends Panel {
|
||||
try {
|
||||
ImageIcon icon = null;// new ImageIcon(getClass().getResource("/icons/button_pause-16px.png"));
|
||||
DefaultTableModel model = (DefaultTableModel) jTable1.getModel();
|
||||
//System.out.println("Path = " + testPath);
|
||||
System.out.println("Dev Path = " + devicePath);
|
||||
System.out.println("Test Path = " + testPath);
|
||||
Object rowData[] = new Object[]{false, "", sDate, deviceName, devicePath, deviceDescription, testSuite, testName, testPath, testParams, testDescription, testHelp, "", "Pending", icon};
|
||||
//vedify that this test is not already in the table
|
||||
int totalRows = model.getRowCount();
|
||||
|
||||
Reference in New Issue
Block a user