diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 200bb2e..dad6e4a 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -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();