From 3f94b20d4beabfca5152ac576249bc97cef77ff8 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Thu, 31 Aug 2017 16:48:53 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 2 +- script/tests/tests.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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