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);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#TestingList for pshell: configuration properties
|
||||
#Thu Dec 07 10:37:58 CET 2017
|
||||
#Thu Dec 07 10:46:26 CET 2017
|
||||
customPanel=Kollimators
|
||||
showEnabledTestsOnly=true
|
||||
listFilter=Collimator
|
||||
listFilter=test-bx84
|
||||
|
||||
Reference in New Issue
Block a user