Closedown
This commit is contained in:
@@ -2496,6 +2496,7 @@ public class TestingList extends Panel {
|
||||
while (itD.hasNext()) {
|
||||
Map.Entry pairD = (Map.Entry)itD.next();
|
||||
System.out.println(pairD.getKey() + " = " + pairD.getValue());
|
||||
itT = testParams.entrySet().iterator();
|
||||
while (itT.hasNext()) {
|
||||
Map.Entry pairT = (Map.Entry)itT.next();
|
||||
if(pairT.getKey() == pairD.getKey()){
|
||||
|
||||
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
#TestingList for pshell: configuration properties
|
||||
#Thu Aug 31 16:40:56 CEST 2017
|
||||
#Thu Aug 31 16:42:17 CEST 2017
|
||||
customPanel=
|
||||
showEnabledTestsOnly=true
|
||||
listFilter=rps-try
|
||||
|
||||
Reference in New Issue
Block a user