Closedown
This commit is contained in:
@@ -2362,9 +2362,8 @@ public class TestingList extends Panel {
|
||||
}
|
||||
if (!bTestAlreadyInTable) {
|
||||
System.out.println(" test not in table: adding it...");
|
||||
System.out.println(" rowData: " + rowData);
|
||||
System.out.println(" rowData: " + rowData.toString());
|
||||
model.addRow(rowData);
|
||||
model.fireTableDataChanged();
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
ex.printStackTrace();
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#TestingList for pshell: configuration properties
|
||||
#Tue Mar 20 11:03:57 CET 2018
|
||||
#Tue Mar 20 11:05:49 CET 2018
|
||||
customPanel=
|
||||
showEnabledTestsOnly=true
|
||||
showEnabledTestsOnly=
|
||||
listFilter=test-bx84
|
||||
|
||||
Reference in New Issue
Block a user