This commit is contained in:
boccioli_m
2017-12-07 10:46:41 +01:00
parent 489e547608
commit abda58b6c2
2 changed files with 3 additions and 3 deletions

View File

@@ -1377,7 +1377,7 @@ public class TestingList extends Panel {
for(int row=0 ; row<rows.length ; row++){
try {
String sTestPath = String.valueOf(jTable1.getValueAt(rows[row], COL.TESTPATH.ordinal())).replace("\\", File.separator);
System.out.println(sTestPath);
System.out.println("Test Path: " + sTestPath);
((View)App.getInstance().getMainFrame()).openScript(sTestPath);
} catch (IOException ex) {
Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex);