diff --git a/plugins/NewTest.form b/plugins/NewTest.form
index d1d9d1f..7484a61 100644
--- a/plugins/NewTest.form
+++ b/plugins/NewTest.form
@@ -113,15 +113,10 @@
-
-
-
-
-
-
-
-
+
+
+
diff --git a/plugins/NewTest.java b/plugins/NewTest.java
index ef95bdb..8f09584 100644
--- a/plugins/NewTest.java
+++ b/plugins/NewTest.java
@@ -884,7 +884,7 @@ public class NewTest extends javax.swing.JPanel {
value = (String) attributes.get("value");
description = (String) attributes.get("description");
//build the python code for getting the test parameter
- sTestParameters = sTestParameters + name + VALUE_SEPARATOR + value + VALUE_SEPARATOR + description + PARAM_SEPARATOR ;
+ sTestParameters = sTestParameters + name + VALUE_SEPARATOR + "\"" + value + "\"" + VALUE_SEPARATOR + "\"" + description + "\"" + PARAM_SEPARATOR ;
}
}
FileInputStream in = new FileInputStream(configFile);
diff --git a/script/tests/config/rps-test b/script/tests/config/rps-test
index d615770..4834d85 100644
Binary files a/script/tests/config/rps-test and b/script/tests/config/rps-test differ
diff --git a/script/tests/tests.properties b/script/tests/tests.properties
index ddf304f..771c58e 100644
--- a/script/tests/tests.properties
+++ b/script/tests/tests.properties
@@ -1,5 +1,5 @@
#TestingList for pshell: configuration properties
-#Fri Oct 20 11:00:36 CEST 2017
+#Fri Oct 20 14:51:31 CEST 2017
customPanel=
showEnabledTestsOnly=true
listFilter=rps-test