Startup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user