Startup
This commit is contained in:
@@ -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("&%^", "'}:'");
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user