From 0d92467053a6f591c7f2561e49984b6312920f61 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 13 Oct 2017 13:28:04 +0200 Subject: [PATCH] Startup --- plugins/TestingList.java | 4 ++-- script/tests/tests.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 45065a6..5960f01 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -2027,10 +2027,10 @@ 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("=", "':'"); + 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 c224ae8..e62d882 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Fri Oct 13 13:23:08 CEST 2017 +#Fri Oct 13 13:27:50 CEST 2017 customPanel= showEnabledTestsOnly= listFilter=rps-try