From d6d400aa5f18cd8b748df84fa9f45d290e679056 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Fri, 20 Oct 2017 14:55:24 +0200 Subject: [PATCH] Closedown --- plugins/NewTest.form | 11 +++-------- plugins/NewTest.java | 2 +- script/tests/config/rps-test | Bin 31440 -> 58007 bytes script/tests/tests.properties | 2 +- 4 files changed, 5 insertions(+), 10 deletions(-) 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 d615770151ed11dc193f507d8bdc4a1adbf24f2a..4834d8544823f0b4465ec791635c52e71482de3b 100644 GIT binary patch delta 3146 zcmd7T%}PQ+7zW@GO;Ll2T0}qKqBcP}lb&*nDwl7#>10 z6ot3e*C?7}-HB;-(z+j{2wkF^(B}n3vy7Cd;uHn$$l?oiz?yr$-cxRko_BouejgrutKg68*xK6VohJOK9_S zf2w`uk*nJX>#R?*@9pU5mjI(UMGBWQaXE#{S%Gs+oU3rI6*$MlISS`kf%8n9r*K~2 zxK)xNq>qCtaFABuu!+M8hb_QmiGdRpa3Zb18ONF>MBzx_xB|}Tn}aHFkXGQd%}JEp z9Ha#}n6Qz-ey?iIQ&!$iQ($?CQq~Rp20l m$1P$5C#%HCv;wEyIf;^Y4l;1u3U>6(K@~X2f5g2+Lf5|_QVZ$; delta 152 zcmbP!l=;F}#tFrYE*ncuII$a885>)f7;koV=H!HOOg9JnY-ELU%r`VR!M<#OgG=pTm@5Rxp_kV23Ed8hB^k$5(ee~Pqz{Vt;rjuWGB~@ R&e{C%?pBt`4UdEwD*&nJFJ1ru 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