diff --git a/plugins/TestingList.java b/plugins/TestingList.java index d5df3f1..1feb3ba 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -2498,7 +2498,7 @@ public class TestingList extends Panel { Iterator itT = testParams.entrySet().iterator(); while (itT.hasNext()) { Map.Entry pairT = (Map.Entry)itT.next(); - if(pairT.getKey() == pairD.getKey()){ + if(pairT.getKey().toString() == pairD.getKey().toString()){ System.out.println("test: " + pairT.getKey() + " = " + pairT.getValue()); System.out.println("device: " + pairD.getKey() + " = " + pairD.getValue()); } diff --git a/script/tests/tests.properties b/script/tests/tests.properties index ce1a3a5..7e3a566 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Thu Aug 31 16:46:35 CEST 2017 +#Thu Aug 31 16:47:15 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=rps-try