diff --git a/plugins/NewTest.java b/plugins/NewTest.java index bbfb48f..910fd6e 100644 --- a/plugins/NewTest.java +++ b/plugins/NewTest.java @@ -857,7 +857,7 @@ public class NewTest extends javax.swing.JPanel { if(param instanceof String){ name = (String) param; HashMap attributes = (HashMap) hmTestParams.get(param); - value = (String) attributes.get("value"); + value = attributes.get("value").toString().replace("\\:",":"); description = (String) attributes.get("description"); //build the python code for getting the test parameter sTestParameters = sTestParameters + name + "&" + value + "&" + description + ";" ; diff --git a/script/tests/tests.properties b/script/tests/tests.properties index 15c1454..f102c51 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Thu Oct 12 16:31:00 CEST 2017 +#Thu Oct 12 16:33:28 CEST 2017 customPanel= -showEnabledTestsOnly=true +showEnabledTestsOnly= listFilter=rps-try diff --git a/script/tests/tests/sad/jtr/.config b/script/tests/tests/sad/jtr/.config index c5b6a6a..f54e454 100644 --- a/script/tests/tests/sad/jtr/.config +++ b/script/tests/tests/sad/jtr/.config @@ -1,4 +1,4 @@ -#Thu Oct 12 16:26:22 CEST 2017 +#Thu Oct 12 16:32:00 CEST 2017 name=jtr -parameters=examplePar1&2,IQCOM,$GNT3,1,DIA\:22&This is the parameter n.1 with unit [unit];examplePar2&4.5&This is the parameter n.2 with unit [unit]; -description=r3 +parameters=ds&2,IQCOM,$GNT3,1,DIA\:23&bla; +description=dede diff --git a/script/tests/tests/sad/jtr/help.html b/script/tests/tests/sad/jtr/help.html index 5ae5f67..ea8c54f 100644 --- a/script/tests/tests/sad/jtr/help.html +++ b/script/tests/tests/sad/jtr/help.html @@ -2,11 +2,10 @@
examplePar1 | This is the parameter n.1 with unit [unit] |
examplePar2 | This is the parameter n.2 with unit [unit] |
ds | bla |