diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 098a6ab..d664fd9 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -2023,7 +2023,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 4acc132..0404656 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Fri Oct 13 13:29:05 CEST 2017 +#Fri Oct 13 13:32:59 CEST 2017 customPanel= showEnabledTestsOnly= listFilter=rps-try