Closedown

This commit is contained in:
boccioli_m
2017-08-31 16:45:00 +02:00
parent 29a8567cb4
commit 28e1f9ff07
3 changed files with 2 additions and 1 deletions

View File

@@ -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.

View File

@@ -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