diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 5960f01..098a6ab 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -2029,7 +2029,7 @@ public class TestingList extends Panel { sPythonParams = sPythonParams.replace("=}", "&%^"); sPythonParams = sPythonParams.replace("\",", "','"); sPythonParams = sPythonParams.replace("{", "{'"); - sPythonParams = sPythonParams.replace("}", "'}"); + sPythonParams = sPythonParams.replace("\"}", "'}"); sPythonParams = sPythonParams.replace("=\"", "':'"); sPythonParams = sPythonParams.replace("^%&", "':{'"); sPythonParams = sPythonParams.replace("&%^", "'}:'"); diff --git a/script/tests/tests.properties b/script/tests/tests.properties index e62d882..4acc132 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Fri Oct 13 13:27:50 CEST 2017 +#Fri Oct 13 13:29:05 CEST 2017 customPanel= showEnabledTestsOnly= listFilter=rps-try