Closedown

This commit is contained in:
boccioli_m
2017-10-23 09:11:03 +02:00
parent f75ad220c6
commit 43ab8d6aec

View File

@@ -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();